Skip to content

Commit

Permalink
Update build.scala
Browse files Browse the repository at this point in the history
moved to 2.11.5 of scala
  • Loading branch information
xelax committed Feb 26, 2015
1 parent 51481e5 commit 0c6140f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ object build extends Build {
name := "scoobi",
organization := "com.nicta",
scoobiVersion in GlobalScope <<= version,
scalaVersion := "2.11.2",
scalaVersion := "2.11.5",
crossScalaVersions := Seq("2.10.4", scalaVersion.value),
// https://gist.github.com/djspiewak/976cd8ac65e20e136f05
unmanagedSourceDirectories in Compile += (sourceDirectory in Compile).value / s"scala-${scalaBinaryVersion.value}"
Expand Down

0 comments on commit 0c6140f

Please sign in to comment.