From 034138587b2e7ec6579817a11a760bce8cafb7f3 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Mon, 22 Aug 2016 16:55:05 +0900 Subject: [PATCH] 1.4.11 release --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 8d1f02a0..f5e88f7b 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.11-SNAPSHOT" + lazy val theVersion = "1.4.11" lazy val theScalaVersion = "2.11.8" lazy val scalaVersions = Seq("2.10.6", "2.11.8") def thePlayVersion(scalaVersion: String) = CrossVersion.partialVersion(scalaVersion) match {