From 0ce1dbc6588d6eb746d54d3ecfd17a19db9d3521 Mon Sep 17 00:00:00 2001 From: Nathan Date: Fri, 3 Feb 2017 16:08:16 +0100 Subject: [PATCH] Bumping to development --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b3b516d..fddbf34 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ lazy val commonSettings = Seq( organization := "org.scala-rules", organizationHomepage := Some(url("https://github.com/scala-rules")), homepage := Some(url("https://github.com/scala-rules/rule-rest")), - version := "0.0.8", + version := "0.0.9-SNAPSHOT", scalaVersion := "2.11.8", scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature", "-Xlint", "-Xfatal-warnings") ) ++ staticAnalysisSettings ++ publishSettings