File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Compatible with Scala 2.10.x and 2.11.x
29
29
30
30
## SBT / Installation basics
31
31
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 " ` ).
33
33
34
34
For basic enumeratum (with no Play support):
35
35
``` scala
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._
13
13
14
14
object Enumeratum extends Build {
15
15
16
- lazy val theVersion = " 1.3.7-SNAPSHOT "
16
+ lazy val theVersion = " 1.3.7"
17
17
lazy val theScalaVersion = " 2.11.7"
18
18
lazy val scalaVersions = Seq (" 2.10.6" , " 2.11.7" )
19
- lazy val thePlayVersion = " 2.4.4 "
19
+ lazy val thePlayVersion = " 2.4.6 "
20
20
lazy val scalaTestVersion = " 3.0.0-M14"
21
21
22
22
lazy val root = Project (id = " enumeratum-root" , base = file(" ." ), settings = commonWithPublishSettings)
@@ -187,7 +187,7 @@ object Enumeratum extends Build {
187
187
<developer >
188
188
<id >lloydmeta</id >
189
189
<name >Lloyd Chan </name >
190
- <url >http :// lloydmeta.github.io </url >
190
+ <url >https :// beachape.com </url >
191
191
</developer >
192
192
</developers >,
193
193
publishTo <<= version { v =>
You can’t perform that action at this time.
0 commit comments