diff --git a/build.sbt b/build.sbt index e4c11bc..33e92dd 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ lazy val commonSettings = Seq( organization := "nl.rabobank.oss.rules", organizationHomepage := Some(url("https://github.com/rabobank-nederland")), homepage := Some(url("https://github.com/rabobank-nederland/rule-rest")), - version := "0.1.1-SNAPSHOT", + version := "0.1.0", scalaVersion := "2.11.8", scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature", "-Xlint", "-Xfatal-warnings") ) ++ staticAnalysisSettings ++ publishSettings