We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f83d3 commit 1e6c6d5Copy full SHA for 1e6c6d5
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.7-SNAPSHOT"
+ lazy val theVersion = "1.4.7"
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