Skip to content

Commit

Permalink
1.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Dec 12, 2015
1 parent 1ffd694 commit c362515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ Compatible with Scala 2.10.x and 2.11.x

## SBT

Set the Enumeratum version in a variable (for the latest version, use `val enumeratumVersion = "1.3.3"`).
Set the Enumeratum version in a variable (for the latest version, use `val enumeratumVersion = "1.3.4"`).

For basic enumeratum (with no Play support):
```scala
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -13,7 +13,7 @@ import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._

object Enumeratum extends Build {

lazy val theVersion = "1.3.4-SNAPSHOT"
lazy val theVersion = "1.3.4"
lazy val theScalaVersion = "2.11.7"
lazy val scalaVersions = Seq("2.10.6", "2.11.7")
lazy val thePlayVersion = "2.4.4"
Expand Down

0 comments on commit c362515

Please sign in to comment.