Describe akka-sbt-plugin AkkaKernelPlugin. Version 2.0-SNAPSHOT. See #1742
This commit is contained in:
parent
40c351e5be
commit
ebec797322
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ object Dependencies {
|
|||
object Dependency {
|
||||
// Versions
|
||||
object V {
|
||||
val Akka = "2.0-M3"
|
||||
val Akka = "2.0-SNAPSHOT"
|
||||
}
|
||||
|
||||
val akkaKernel = "com.typesafe.akka" % "akka-kernel" % V.Akka
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
resolvers += "Typesafe Repo" at "http://repo.typesafe.com/typesafe/releases/"
|
||||
|
||||
addSbtPlugin("com.typesafe.akka" % "akka-sbt-plugin" % "2.0-M3")
|
||||
addSbtPlugin("com.typesafe.akka" % "akka-sbt-plugin" % "2.0-SNAPSHOT")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue