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

Commit

Permalink
Merge pull request #19 from scala-rules/release/v0.0.4
Browse files Browse the repository at this point in the history
Release/v0.0.4
  • Loading branch information
jhkuperus committed Feb 6, 2017
2 parents bbf2262 + 3227da9 commit 24b7065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
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-viewer")),
version := "0.0.4-SNAPSHOT",
version := "0.0.5-SNAPSHOT",
scalaVersion := "2.11.8",
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature", "-Xlint", "-Xfatal-warnings")
) ++ staticAnalysisSettings ++ publishSettings
Expand Down

0 comments on commit 24b7065

Please sign in to comment.