=pro #18408 Update to Scala 2.11.7

This commit is contained in:
Patrik Nordwall 2015-09-07 10:26:51 +02:00
parent b25e76e95c
commit cce3690c72
20 changed files with 20 additions and 20 deletions

View file

@ -9,7 +9,7 @@ val project = Project(
settings = Project.defaultSettings ++ SbtMultiJvm.multiJvmSettings ++ Seq(
name := "akka-sample-distributed-data-java",
version := "2.4-SNAPSHOT",
scalaVersion := "2.11.6",
scalaVersion := "2.11.7",
scalacOptions in Compile ++= Seq("-encoding", "UTF-8", "-target:jvm-1.8", "-deprecation", "-feature", "-unchecked", "-Xlog-reflective-calls", "-Xlint"),
javacOptions in Compile ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint:unchecked", "-Xlint:deprecation", "-Xdiags:verbose"),
javacOptions in doc in Compile := Seq("-source", "1.8"),