From 7640d222148697f8ef05cfe8b92a907d0ac56df3 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Kuperus Date: Wed, 18 Oct 2017 23:36:55 +0200 Subject: [PATCH] Re-releasing 0.1.0 under new group ID --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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