Skip to content

Commit 15e140c

Browse files
committed
Use 2.5-SNAPSHOT which has println tweaks in akka Mailbox and Dispatcher
1 parent ff20255 commit 15e140c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

local-minimal/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lazy val root = (project in file(".")).
99
)),
1010
name := "remote-minimal",
1111
libraryDependencies ++= Seq(
12-
"com.typesafe.akka" %% "akka-actor" % "2.5.9",
12+
"com.typesafe.akka" %% "akka-actor" % "2.5-SNAPSHOT",
1313
scalaTest % Test
1414
)
1515
)

0 commit comments

Comments
 (0)