Skip to content

Commit

Permalink
Cross-compile to 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
colder committed Jul 28, 2014
1 parent 15f31d3 commit 40e047a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name := "Cafebabe"

version := "1.2"

scalaVersion := "2.10.2"
scalaVersion := "2.10.4"

crossScalaVersions := Seq("2.10.4", "2.11.2")

scalacOptions += "-deprecation"

scalacOptions += "-unchecked"

scalacOptions += "-Xexperimental"

libraryDependencies += "org.scalatest" %% "scalatest" % "1.9.1" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.1.3" % "test"

0 comments on commit 40e047a

Please sign in to comment.