Skip to content

Commit

Permalink
Remove hard coded scala version. Add cross scala version for 2.10.0-S…
Browse files Browse the repository at this point in the history
…NAPSHOT.
  • Loading branch information
Atry committed Jun 1, 2012
1 parent 91e9369 commit 9e3cfd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Expand Up @@ -26,17 +26,17 @@ libraryDependencies <+= scalaVersion {v =>
compilerPlugin("org.scala-lang.plugins" % "continuations" % v)
}

autoCompilerPlugins := true

scalacOptions += "-P:continuations:enable"

scalacOptions += "-unchecked"

scalacOptions += "-deprecation"

scalacOptions ++= Seq("-Xelide-below", "FINEST")

scalaVersion := "2.10.0-M2"

crossScalaVersions := Seq("2.10.0-M1", "2.10.0-M2")
crossScalaVersions := Seq("2.10.0-M1", "2.10.0-M2", "2.10.0-SNAPSHOT")

libraryDependencies <+= scalaVersion { sv =>
"com.dongxiguo" % ("zero-log_" + sv) % "0.1.1"
Expand Down

0 comments on commit 9e3cfd9

Please sign in to comment.