=pro #18408 Update to Scala 2.11.7
This commit is contained in:
parent
b25e76e95c
commit
cce3690c72
20 changed files with 20 additions and 20 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue