=sam #16684 Change to scala 2.11.5 in samples
This commit is contained in:
parent
7e2dfebf51
commit
08ffba6246
23 changed files with 31 additions and 31 deletions
|
|
@ -2,7 +2,7 @@ name := "akka-docs-java-lambda"
|
|||
|
||||
version := "2.4-SNAPSHOT"
|
||||
|
||||
scalaVersion := "2.10.4"
|
||||
scalaVersion := "2.11.5"
|
||||
|
||||
compileOrder := CompileOrder.ScalaThenJava
|
||||
|
||||
|
|
|
|||
|
|
@ -16,12 +16,12 @@
|
|||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-actor_2.10</artifactId>
|
||||
<artifactId>akka-actor_2.11</artifactId>
|
||||
<version>2.4-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-testkit_2.10</artifactId>
|
||||
<artifactId>akka-testkit_2.11</artifactId>
|
||||
<version>2.4-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue