Skip to content

Commit

Permalink
Merge pull request #81 from scala-rules/release/v0.5.0
Browse files Browse the repository at this point in the history
Release/v0.5.0
  • Loading branch information
NRBPerdijk committed Jan 2, 2017
2 parents 12a6244 + 705a71a commit d657379
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 := "org.scala-rules",
organizationHomepage := Some(url("https://github.com/scala-rules")),
homepage := Some(url("https://github.com/scala-rules/rule-engine")),
version := "0.4.2-SNAPSHOT",
version := "0.5.1-SNAPSHOT",
scalaVersion := "2.11.8",
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature", "-Xlint", "-Xfatal-warnings")
) ++ staticAnalysisSettings ++ publishSettings
Expand Down

0 comments on commit d657379

Please sign in to comment.