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