We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7932eaa commit 972bc40Copy full SHA for 972bc40
project/Build.scala
@@ -14,7 +14,7 @@ import pl.project13.scala.sbt.JmhPlugin
14
15
object Enumeratum extends Build {
16
17
- lazy val theVersion = "1.4.6"
+ lazy val theVersion = "1.4.7-SNAPSHOT"
18
lazy val theScalaVersion = "2.11.8"
19
lazy val scalaVersions = Seq("2.10.6", "2.11.8")
20
def thePlayVersion(scalaVersion: String) = CrossVersion.partialVersion(scalaVersion) match {
0 commit comments