Skip to content

Commit 1543eed

Browse files
committed
1.4.5 release
1 parent b9198e2 commit 1543eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._
1313

1414
object Enumeratum extends Build {
1515

16-
lazy val theVersion = "1.4.5-SNAPSHOT"
16+
lazy val theVersion = "1.4.5"
1717
lazy val theScalaVersion = "2.11.8"
1818
lazy val scalaVersions = Seq("2.10.6", "2.11.8")
1919
def thePlayVersion(scalaVersion: String) = CrossVersion.partialVersion(scalaVersion) match {

0 commit comments

Comments
 (0)