Skip to content

Commit

Permalink
Update Akka Streams to 2.4.12 (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkiedys committed Nov 13, 2016
1 parent 4992232 commit b7e701e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ libraryDependencies ++= Seq(
"com.google.code.findbugs" % "jsr305" % "3.0.1",
"org.scalatest" %% "scalatest" % "2.2.6" % "test", // for TCK
"org.reactivestreams" % "reactive-streams-tck" % "1.0.0" % "test",
"com.typesafe.akka" %% "akka-stream" % "2.4.2" % "test"
"com.typesafe.akka" %% "akka-stream" % "2.4.12" % "test"
)

publishMavenStyle := true
Expand Down

0 comments on commit b7e701e

Please sign in to comment.