From 3697b09e85baab19a7447d9e8ef646d60e2aad91 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Tue, 18 Oct 2016 14:03:09 +0900 Subject: [PATCH] 1.4.16 release --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 00c0a7f1..f4abf8ac 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import com.typesafe.sbt.SbtGit.{GitKeys => git} -lazy val theVersion = "1.4.16-SNAPSHOT" +lazy val theVersion = "1.4.16" lazy val theScalaVersion = "2.11.8" lazy val scalaVersions = Seq("2.10.6", "2.11.8") def thePlayVersion(scalaVersion: String) =