Skip to content

Commit

Permalink
Update pekko-actor-typed, pekko-stream 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 212122d commit d955932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ lazy val releaseSettings = {
val `akka-actor` = Def.setting("com.typesafe.akka" %% "akka-actor-typed" % "2.8.6")
val `akka-stream` = Def.setting("com.typesafe.akka" %% "akka-stream" % "2.8.6")
val `akka-http` = Def.setting("com.typesafe.akka" %% "akka-http" % "10.5.3")
val `pekko-actor` = Def.setting("org.apache.pekko" %% "pekko-actor-typed" % "1.0.3")
val `pekko-stream` = Def.setting("org.apache.pekko" %% "pekko-stream" % "1.0.3")
val `pekko-actor` = Def.setting("org.apache.pekko" %% "pekko-actor-typed" % "1.1.1")
val `pekko-stream` = Def.setting("org.apache.pekko" %% "pekko-stream" % "1.1.1")
val `pekko-http` = Def.setting("org.apache.pekko" %% "pekko-http" % "1.0.1")
val `cats-core` = Def.setting("org.typelevel" %%% "cats-core" % "2.12.0")
val `circe-core` = Def.setting("io.circe" %%% "circe-core" % "0.14.9")
Expand Down

0 comments on commit d955932

Please sign in to comment.