We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355e40e commit 71ebb2eCopy full SHA for 71ebb2e
build.sbt
@@ -7,7 +7,7 @@ licenses := Seq(("Apache License, Version 2.0", url("http://www.apache.org/licen
7
homepage := Some(new URL("https://github.com/thenewmotion/akka-rabbitmq"))
8
9
libraryDependencies ++= {
10
- val akkaVersion = "2.3.12"
+ val akkaVersion = "2.4.0"
11
12
Seq(
13
"com.typesafe.akka" %% "akka-actor" % akkaVersion,
0 commit comments