From 2afc76465c634da00720475e9dfce5410317f3f6 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Thu, 10 Nov 2016 14:56:09 +0900 Subject: [PATCH] 1.4.19-SNAPSHOT begins --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ecfc951f..89588679 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import com.typesafe.sbt.SbtGit.{GitKeys => git} -lazy val theVersion = "1.4.18" +lazy val theVersion = "1.4.19-SNAPSHOT" lazy val theScalaVersion = "2.11.8" /* 2.12.0 support is currently defined as a separate project (scala_2_12) for convenience while