Skip to content

Commit

Permalink
Update pekko-actor to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 5, 2024
1 parent 5213be5 commit 222323a
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 @@ -26,7 +26,7 @@ lazy val typesafeConfig = "com.typesafe" % "config" % "1.4.3" % Provided

lazy val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.6.21" % Provided

lazy val pekkoActor = "org.apache.pekko" %% "pekko-actor" % "1.0.3" % Provided
lazy val pekkoActor = "org.apache.pekko" %% "pekko-actor" % "1.1.0" % Provided

lazy val `cakemix-akka` = (project in file("cakemix-akka"))
.settings(name := "cakemix-akka")
Expand Down

0 comments on commit 222323a

Please sign in to comment.