From 3124eea9a904f52c57a90f10c54f52f9b8dc4dce Mon Sep 17 00:00:00 2001 From: Lloyd Date: Sun, 21 May 2017 14:20:46 +0900 Subject: [PATCH] 0.2.8 release --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index be3a73a..3457bc9 100755 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -lazy val theVersion = "0.2.8-SNAPSHOT" +lazy val theVersion = "0.2.8" lazy val theScalaVersion = "2.11.11" lazy val scalaVersions = Seq("2.11.11", "2.12.2")