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