Skip to content

Commit

Permalink
Update pekko-actor to 1.0.2 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 3, 2023
1 parent 653ea58 commit 8df4d89
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.1" % Provided
lazy val pekkoActor = "org.apache.pekko" %% "pekko-actor" % "1.0.2" % Provided

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

0 comments on commit 8df4d89

Please sign in to comment.