Upgrade scala to 2.11.6
This commit is contained in:
parent
700910adff
commit
9b038db34a
@ -8,7 +8,7 @@ object BuildSettings extends Build {
|
||||
override lazy val settings = super.settings ++ Seq(
|
||||
organization := "berkeley",
|
||||
version := "1.2",
|
||||
scalaVersion := "2.10.2",
|
||||
scalaVersion := "2.11.6",
|
||||
parallelExecution in Global := false,
|
||||
traceLevel := 15,
|
||||
scalacOptions ++= Seq("-deprecation","-unchecked"),
|
||||
|
Loading…
Reference in New Issue
Block a user