Skip to content

Commit 486795d

Browse files
committed
1.3.7 release
1 parent d7e3dc9 commit 486795d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Compatible with Scala 2.10.x and 2.11.x
2929

3030
## SBT / Installation basics
3131

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

3434
For basic enumeratum (with no Play support):
3535
```scala

project/Build.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._
1313

1414
object Enumeratum extends Build {
1515

16-
lazy val theVersion = "1.3.7-SNAPSHOT"
16+
lazy val theVersion = "1.3.7"
1717
lazy val theScalaVersion = "2.11.7"
1818
lazy val scalaVersions = Seq("2.10.6", "2.11.7")
19-
lazy val thePlayVersion = "2.4.4"
19+
lazy val thePlayVersion = "2.4.6"
2020
lazy val scalaTestVersion = "3.0.0-M14"
2121

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

0 commit comments

Comments
 (0)