From 9dcc07133f6e931413a5c9f95ce35cfe78f316d5 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Thu, 20 Oct 2016 23:49:31 +0900 Subject: [PATCH] 1.4.17 release --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 77a6d6bd..42379c07 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import com.typesafe.sbt.SbtGit.{GitKeys => git} -lazy val theVersion = "1.4.17-SNAPSHOT" +lazy val theVersion = "1.4.17" lazy val theScalaVersion = "2.11.8" lazy val scalaVersions = Seq("2.10.6", "2.11.8") def thePlayVersion(scalaVersion: String) =