Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
releasing 0.3.0
  • Loading branch information
jhkuperus committed Aug 1, 2016
1 parent 18b8441 commit c1fbb75
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/scala-rules")),
homepage := Some(url("https://github.com/scala-rules/scala-rules")),
version := "0.3.0-SNAPSHOT",
version := "0.3.0",
scalaVersion := "2.11.8",
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature", "-Xlint", "-Xfatal-warnings")
) ++ staticAnalysisSettings ++ publishSettings
Expand Down

0 comments on commit c1fbb75

Please sign in to comment.