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.
2 parents 5e645ba + 8a24da8 commit bd547a6Copy full SHA for bd547a6
build.sbt
@@ -84,7 +84,7 @@ val awaitility = "org.awaitility" % "awaitility-scala" % "4.0.1"
84
85
val amazonJavaSdk = "com.amazonaws" % "aws-java-sdk" % "1.11.641" exclude ("commons-logging", "commons-logging")
86
87
-val akkaVersion = "2.5.25"
+val akkaVersion = "2.5.26"
88
val akkaHttpVersion = "10.1.10"
89
val akka2Actor = "com.typesafe.akka" %% "akka-actor" % akkaVersion
90
val akka2Slf4j = "com.typesafe.akka" %% "akka-slf4j" % akkaVersion
0 commit comments