From ceb871f083cf022c31e74936da4098e397a729a1 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Wed, 24 Aug 2016 17:53:19 +0900 Subject: [PATCH] 1.4.12 release --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index aa4e6296..bc1cbcdf 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -14,7 +14,7 @@ import pl.project13.scala.sbt.JmhPlugin object Enumeratum extends Build { - lazy val theVersion = "1.4.12-SNAPSHOT" + lazy val theVersion = "1.4.12" lazy val theScalaVersion = "2.11.8" lazy val scalaVersions = Seq("2.10.6", "2.11.8") def thePlayVersion(scalaVersion: String) = CrossVersion.partialVersion(scalaVersion) match {