Skip to content

Commit

Permalink
Setting version to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Feb 25, 2016
1 parent dccc0e5 commit f35e283
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,24 +159,24 @@ syntax for literal-based singleton types.

## Using refined

The latest version of the library is 0.3.5, which is available for Scala and
The latest version of the library is 0.3.6, which is available for Scala and
[Scala.js][scala.js] version 2.10 and 2.11.

If you're using sbt, add the following to your build:

libraryDependencies ++= Seq(
"eu.timepit" %% "refined" % "0.3.5",
"eu.timepit" %% "refined-scalaz" % "0.3.5", // optional, JVM only
"eu.timepit" %% "refined-scodec" % "0.3.5", // optional
"eu.timepit" %% "refined-scalacheck" % "0.3.5" % "test" // optional
"eu.timepit" %% "refined" % "0.3.6",
"eu.timepit" %% "refined-scalaz" % "0.3.6", // optional, JVM only
"eu.timepit" %% "refined-scodec" % "0.3.6", // optional
"eu.timepit" %% "refined-scalacheck" % "0.3.6" % "test" // optional
)

For Scala.js just replace `%%` with `%%%` above.

Instructions for Maven and other build tools are available at [search.maven.org][search.maven].

Release notes for the latest version are available in
[0.3.5.markdown](https://github.com/fthomas/refined/blob/master/notes/0.3.5.markdown).
[0.3.6.markdown](https://github.com/fthomas/refined/blob/master/notes/0.3.6.markdown).

The optional dependencies are add-on libraries that provide support for
other tag types or integration of refined types in other libraries:
Expand Down
2 changes: 2 additions & 0 deletions notes/0.3.6.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@

[#100]: https://github.com/fthomas/refined/pull/100
[#131]: https://github.com/fthomas/refined/pull/131

Released on 2016-02-25
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.3.6-SNAPSHOT"
version in ThisBuild := "0.3.6"

0 comments on commit f35e283

Please sign in to comment.