Skip to content

Commit

Permalink
Merge pull request #471 from scala-steward/update/akka-actor-2.6.14
Browse files Browse the repository at this point in the history
Update akka-actor, akka-slf4j, akka-stream, ... to 2.6.14
  • Loading branch information
adamw authored May 26, 2021
2 parents fa3f20c + e04a804 commit f9cac16
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 @@ -89,7 +89,7 @@ val awaitility = "org.awaitility" % "awaitility-scala" % "4.1.0"

val amazonJavaSdkSqs = "com.amazonaws" % "aws-java-sdk-sqs" % "1.11.992" exclude ("commons-logging", "commons-logging")

val akkaVersion = "2.6.12"
val akkaVersion = "2.6.14"
val akkaHttpVersion = "10.2.3"
val akka2Actor = "com.typesafe.akka" %% "akka-actor" % akkaVersion
val akka2Slf4j = "com.typesafe.akka" %% "akka-slf4j" % akkaVersion
Expand Down

0 comments on commit f9cac16

Please sign in to comment.