Skip to content

Commit

Permalink
bump version to publish third alpha release from develop branch
Browse files Browse the repository at this point in the history
upgrade to stable milestone for macro paradise compiler plugin
  • Loading branch information
dwhjames committed Dec 16, 2013
1 parent 4bcd388 commit 292faaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ import sbtunidoc.Plugin._
object DatomiscaBuild extends Build {

lazy val buildSettings = Defaults.defaultSettings ++ Seq(
version := "0.7-alpha-2",
version := "0.7-alpha-3",
organization := "com.pellucid",
scalaVersion := "2.10.3",
scalacOptions ++= Seq(
"-deprecation",
"-feature",
"-unchecked"
),
addCompilerPlugin("org.scala-lang.plugins" % "macro-paradise" % "2.0.0-SNAPSHOT" cross CrossVersion.full)
addCompilerPlugin("org.scalamacros" % "paradise" % "2.0.0-M1" cross CrossVersion.full)
)

lazy val datomisca = Project(
Expand Down

0 comments on commit 292faaf

Please sign in to comment.