We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c939c5 commit bb47252Copy full SHA for bb47252
project/Build.scala
@@ -11,7 +11,7 @@ import com.typesafe.sbt.SbtGit.{GitKeys => git}
11
12
object Enumeratum extends Build {
13
14
- lazy val theVersion = "1.2.4-SNAPSHOT"
+ lazy val theVersion = "1.3.0"
15
lazy val theScalaVersion = "2.11.6"
16
lazy val scalaVersions = Seq("2.10.5", "2.11.6")
17
lazy val thePlayVersion = "2.4.0"
0 commit comments