Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Re-releasing 0.1.0 under new group ID
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkuperus committed Oct 18, 2017
1 parent 38161a2 commit 7640d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -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
Expand Down

0 comments on commit 7640d22

Please sign in to comment.