Describe akka-sbt-plugin AkkaKernelPlugin. Version 2.0-SNAPSHOT. See #1742

This commit is contained in:
Patrik Nordwall 2012-01-30 11:17:38 +01:00
parent 40c351e5be
commit ebec797322
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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")