We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9198e2 commit 1543eedCopy full SHA for 1543eed
project/Build.scala
@@ -13,7 +13,7 @@ import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._
13
14
object Enumeratum extends Build {
15
16
- lazy val theVersion = "1.4.5-SNAPSHOT"
+ lazy val theVersion = "1.4.5"
17
lazy val theScalaVersion = "2.11.8"
18
lazy val scalaVersions = Seq("2.10.6", "2.11.8")
19
def thePlayVersion(scalaVersion: String) = CrossVersion.partialVersion(scalaVersion) match {
0 commit comments