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

Commit

Permalink
Releasing v0.0.3 (and upgrading scala-rules to 0.5.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
NRBPerdijk committed Feb 3, 2017
1 parent ec59cbc commit 22dd25d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.3-SNAPSHOT",
version := "0.0.3",
scalaVersion := "2.11.8",
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature", "-Xlint", "-Xfatal-warnings")
) ++ staticAnalysisSettings ++ publishSettings
Expand All @@ -29,7 +29,7 @@ lazy val ruleViewer = (project in file("."))

// *** Dependencies ***

lazy val scalaRulesVersion = "0.5.0"
lazy val scalaRulesVersion = "0.5.1"
lazy val scalaTestVersion = "2.2.5"
lazy val jodaTimeVersion = "2.4"
lazy val jodaConvertVersion = "1.8"
Expand Down

0 comments on commit 22dd25d

Please sign in to comment.