Skip to content

Commit 1fada2f

Browse files
committed
updated akka for 2.4.7
1 parent 988e24a commit 1fada2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.5"
1717

1818
libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.6" % "test"
1919

20-
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.4.6"
20+
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.4.7"
2121

2222
//TODO: enable after 1.0
2323
//libraryDependencies += "com.typesafe.akka" %% "akka-stream-experimental" % "0.9"

0 commit comments

Comments
 (0)