Skip to content

Commit

Permalink
Update pekko-actor, pekko-slf4j, ... to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 9, 2025
1 parent aa5c5f1 commit 6d02d28
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.1.2"
val pekkoVersion = "1.1.3"
val pekkoHttpVersion = "1.1.0"
val pekkoActor = "org.apache.pekko" %% "pekko-actor" % pekkoVersion
val pekkoSlf4j = "org.apache.pekko" %% "pekko-slf4j" % pekkoVersion
Expand Down

0 comments on commit 6d02d28

Please sign in to comment.