Skip to content

Commit

Permalink
Use 2.5-SNAPSHOT which has println tweaks in akka Mailbox and Dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
richardimaoka committed Feb 21, 2018
1 parent ff20255 commit 15e140c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-minimal/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lazy val root = (project in file(".")).
)),
name := "remote-minimal",
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.5.9",
"com.typesafe.akka" %% "akka-actor" % "2.5-SNAPSHOT",
scalaTest % Test
)
)

0 comments on commit 15e140c

Please sign in to comment.