Skip to content

Commit

Permalink
scala 2.11.0-RC1, specs 2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
paulp committed Mar 17, 2014
1 parent a3341cf commit 2dff628
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ licenses := Seq("BSD-style" -> url("http://www.opensource.org/licenses/bsd-licen

homepage := Some(url("https://github.com/djspiewak/gll-combinators"))

scalaVersion := "2.11.0-M8"
scalaVersion := "2.11.0-RC1"

crossScalaVersions := Seq("2.10.3", "2.11.0-M8")
crossScalaVersions := Seq("2.10.3", scalaVersion.value)

parallelExecution in Test := false

libraryDependencies ++= Seq(
"org.scalacheck" %% "scalacheck" % "1.11.3" % "test",
"org.specs2" %% "specs2" % "2.3.7" % "test"
"org.specs2" %% "specs2" % "2.3.10" % "test"
)

logBuffered := false // gives us incremental output from Specs2

publishArtifact in (Compile, packageDoc) := false

publishTo <<= version { v: String =>
Expand Down

0 comments on commit 2dff628

Please sign in to comment.