diff --git a/build.sbt b/build.sbt index 2299cbe..405c149 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import xerial.sbt.Sonatype._ name := "svalidate" -version := "1.0.0" +version := "1.0.1-SNAPSHOT" scalaVersion := "2.12.7" organization := "com.github.vickumar1981" description := "Simple and easy validations for Scala and Java"