File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,23 +30,23 @@ Compatible with Scala 2.10.x and 2.11.x
3030For basic enumeratum (with no Play support):
3131``` scala
3232libraryDependencies ++= Seq (
33- " com.beachape" %% " enumeratum" % " 1.3.2 "
33+ " com.beachape" %% " enumeratum" % " 1.3.3 "
3434)
3535```
3636
3737For enumeratum with Play JSON:
3838``` scala
3939libraryDependencies ++= Seq (
40- " com.beachape" %% " enumeratum" % " 1.3.2 " ,
41- " com.beachape" %% " enumeratum-play-json" % " 1.3.2 "
40+ " com.beachape" %% " enumeratum" % " 1.3.3 " ,
41+ " com.beachape" %% " enumeratum-play-json" % " 1.3.3 "
4242)
4343```
4444
4545For enumeratum with full Play support:
4646``` scala
4747libraryDependencies ++= Seq (
48- " com.beachape" %% " enumeratum" % " 1.3.2 " ,
49- " com.beachape" %% " enumeratum-play" % " 1.3.2 "
48+ " com.beachape" %% " enumeratum" % " 1.3.3 " ,
49+ " com.beachape" %% " enumeratum-play" % " 1.3.3 "
5050)
5151```
5252
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import com.typesafe.sbt.SbtGit.{GitKeys => git}
1111
1212object Enumeratum extends Build {
1313
14- lazy val theVersion = " 1.3.3-SNAPSHOT "
14+ lazy val theVersion = " 1.3.3"
1515 lazy val theScalaVersion = " 2.11.7"
1616 lazy val scalaVersions = Seq (" 2.10.6" , " 2.11.7" )
1717 lazy val thePlayVersion = " 2.4.3"
You can’t perform that action at this time.
0 commit comments