diff --git a/project/Build.scala b/project/Build.scala index 50e3257..bcc92a9 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -7,7 +7,7 @@ import scalariform.formatter.preferences._ object Build extends Build { - lazy val theVersion = "1.0" + lazy val theVersion = "1.1-SNAPSHOT" lazy val theScalaVersion = "2.11.5" lazy val root = Project(id = "root", base = file("."), settings = commonWithPublishSettings)