From 028c19554ac255f8a684d4dc9e99b97eef5c94c4 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Mon, 18 Apr 2016 16:05:25 +0900 Subject: [PATCH] 1.4.1 release --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 8a10d476..1f821144 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -13,7 +13,7 @@ import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._ object Enumeratum extends Build { - lazy val theVersion = "1.4.1-SNAPSHOT" + lazy val theVersion = "1.4.1" lazy val theScalaVersion = "2.11.8" lazy val scalaVersions = Seq("2.10.6", "2.11.8") def thePlayVersion(scalaVersion: String) = CrossVersion.partialVersion(scalaVersion) match {