Skip to content

Commit

Permalink
1.3.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Feb 11, 2016
1 parent d7e3dc9 commit 486795d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Compatible with Scala 2.10.x and 2.11.x

## SBT / Installation basics

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

For basic enumeratum (with no Play support):
```scala
Expand Down
6 changes: 3 additions & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._

object Enumeratum extends Build {

lazy val theVersion = "1.3.7-SNAPSHOT"
lazy val theVersion = "1.3.7"
lazy val theScalaVersion = "2.11.7"
lazy val scalaVersions = Seq("2.10.6", "2.11.7")
lazy val thePlayVersion = "2.4.4"
lazy val thePlayVersion = "2.4.6"
lazy val scalaTestVersion = "3.0.0-M14"

lazy val root = Project(id = "enumeratum-root", base = file("."), settings = commonWithPublishSettings)
Expand Down Expand Up @@ -187,7 +187,7 @@ object Enumeratum extends Build {
<developer>
<id>lloydmeta</id>
<name>Lloyd Chan</name>
<url>http://lloydmeta.github.io</url>
<url>https://beachape.com</url>
</developer>
</developers>,
publishTo <<= version { v =>
Expand Down

0 comments on commit 486795d

Please sign in to comment.