Skip to content

Commit

Permalink
bump version to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman committed Jun 5, 2015
1 parent 0e8bd5f commit e11ecf2
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
@@ -1,6 +1,6 @@
name := "renesca-magic"

version := "0.1.7"
version := "0.1.8"

val scalaV = "2.11.6"

Expand All @@ -20,7 +20,7 @@ lazy val test = (project in file("test")).settings(
"org.specs2" %% "specs2-core" % "3.6" % "test",
"org.specs2" %% "specs2-mock" % "3.6" % "test",
"org.scala-lang" % "scala-compiler" % scalaV % "test",
"com.github.renesca" %% "renesca" % "0.2.2"
"com.github.renesca" %% "renesca" % "0.2.3"
),
addCompilerPlugin("org.scalamacros" % "paradise" % paradiseVersion cross CrossVersion.full),
scalacOptions in Test ++= Seq("-Yrangepos") // specs2
Expand Down

0 comments on commit e11ecf2

Please sign in to comment.