From ef97c66f8431f74ec0b310d077876a4631d68f48 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Fri, 11 Nov 2016 18:11:13 +0900 Subject: [PATCH] 1.5.1 release --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4db2ea9f..a7183d76 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import com.typesafe.sbt.SbtGit.{GitKeys => git} -lazy val theVersion = "1.5.1-SNAPSHOT" +lazy val theVersion = "1.5.1" lazy val theScalaVersion = "2.11.8" /* 2.12.0 support is currently defined as a separate project (scala_2_12) for convenience while