We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb32db commit 7359a02Copy full SHA for 7359a02
project/Build.scala
@@ -29,7 +29,7 @@ object ApplicationBuild extends Build {
29
30
"com.typesafe.play" %% "play-iteratees" % "2.2.0",
31
"com.typesafe.akka" % "akka-actor_2.10" % "2.3.0-RC4",
32
- "com.typesafe.akka" %% "akka-testkit" % "2.3.0-RC4",
+ "com.typesafe.akka" %% "akka-testkit" % "2.3.0-RC4"
33
)
34
35
lazy val root = Project(id = "sentinel",
0 commit comments