Skip to content

Commit

Permalink
Update pekko-actor, pekko-slf4j, ... to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 14, 2024
1 parent 9b92e00 commit b0ebe44
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 @@ -41,7 +41,7 @@ val awaitility = "org.awaitility" % "awaitility-scala" % "4.2.2"
val amazonJavaSdkSqs = "com.amazonaws" % "aws-java-sdk-sqs" % "1.12.699" exclude ("commons-logging", "commons-logging")
val amazonJavaV2SdkSqs = "software.amazon.awssdk" % "sqs" % "2.25.60"

val pekkoVersion = "1.0.3"
val pekkoVersion = "1.1.1"
val pekkoHttpVersion = "1.0.1"
val pekkoActor = "org.apache.pekko" %% "pekko-actor" % pekkoVersion
val pekkoSlf4j = "org.apache.pekko" %% "pekko-slf4j" % pekkoVersion
Expand Down

0 comments on commit b0ebe44

Please sign in to comment.