=pro,sam,act Change version to 2.4-SNAPSHOT
* also include the disabled mima settings
This commit is contained in:
parent
dfef14a590
commit
21b3d2ba48
47 changed files with 104 additions and 88 deletions
|
|
@ -1,6 +1,6 @@
|
|||
name := "akka-docs-java-lambda"
|
||||
|
||||
version := "2.3-SNAPSHOT"
|
||||
version := "2.4-SNAPSHOT"
|
||||
|
||||
scalaVersion := "2.10.3"
|
||||
|
||||
|
|
@ -11,7 +11,7 @@ javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint")
|
|||
testOptions += Tests.Argument(TestFrameworks.JUnit, "-v", "-a")
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
"com.typesafe.akka" %% "akka-actor" % "2.3-SNAPSHOT",
|
||||
"com.typesafe.akka" %% "akka-testkit" % "2.3-SNAPSHOT" % "test",
|
||||
"com.typesafe.akka" %% "akka-actor" % "2.4-SNAPSHOT",
|
||||
"com.typesafe.akka" %% "akka-testkit" % "2.4-SNAPSHOT" % "test",
|
||||
"junit" % "junit" % "4.11" % "test",
|
||||
"com.novocode" % "junit-interface" % "0.10" % "test")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue