diff --git a/build.sbt b/build.sbt index f5facac..4a62ae9 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val sbtScalariform = Project(projectName, file(".")) organization := "org.scalariform" name := projectName sonatypeProfileName := organization.value -version in ThisBuild := "1.7.0" +version in ThisBuild := "1.7.1-SNAPSHOT" scalaVersion := "2.10.6" licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))