Skip to content

Commit

Permalink
Update pekko-actor, pekko-slf4j, ... to 1.1.1 (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Sep 16, 2024
1 parent 4dcbc8e commit 1482149
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import scoverage.ScoverageKeys.*

import scala.sys.process.Process

val v2_12 = "2.12.19"
val v2_13 = "2.13.13"
val v3 = "3.4.1"
val v2_12 = "2.12.20"
val v2_13 = "2.13.14"
val v3 = "3.4.3"

lazy val resolvedScalaVersion =
sys.env.get("SCALA_MAJOR_VERSION") match {
Expand Down 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
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,14 @@
{
"name":"org.apache.pekko.dispatch.MultipleConsumerSemantics"
},
{
"name":"org.apache.pekko.dispatch.PekkoJdk9ForkJoinPool",
"methods":[{"name":"<init>","parameterTypes":["int","java.util.concurrent.ForkJoinPool$ForkJoinWorkerThreadFactory","int","java.lang.Thread$UncaughtExceptionHandler","boolean"] }]
},
{
"name":"org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox",
"methods":[{"name":"<init>","parameterTypes":["org.apache.pekko.actor.ActorSystem$Settings","com.typesafe.config.Config"] }]
},
{
"name":"org.apache.pekko.dispatch.UnboundedControlAwareMessageQueueSemantics"
},
Expand Down

0 comments on commit 1482149

Please sign in to comment.