Skip to content

Commit

Permalink
set the main version as 2.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Jul 31, 2015
1 parent d8a0007 commit ff118f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/build.scala
Expand Up @@ -43,9 +43,9 @@ object build extends Build {
organization := "org.specs2",
specs2Version in GlobalScope <<= version,
specs2ShellPrompt,
scalaVersion := "2.12.0-M2",
scalaVersion := "2.11.7",
scalazVersion := "7.1.3",
crossScalaVersions := Seq(scalaVersion.value, "2.11.7", "2.10.5"))
crossScalaVersions := Seq(scalaVersion.value, "2.12.0-M2", "2.10.5"))

lazy val specs2Version = settingKey[String]("defines the current specs2 version")

Expand Down

0 comments on commit ff118f6

Please sign in to comment.