From 303a28bf9b5baef250b9d93b8dac03e36cf575c4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 12 Jan 2025 21:14:02 +0000 Subject: [PATCH] Update pekko-actor-typed, pekko-stream to 1.1.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 8570a8a7..69c03ff1 100644 --- a/build.sbt +++ b/build.sbt @@ -117,8 +117,8 @@ lazy val releaseSettings = { val `akka-actor` = Def.setting("com.typesafe.akka" %% "akka-actor-typed" % "2.8.8") val `akka-stream` = Def.setting("com.typesafe.akka" %% "akka-stream" % "2.8.8") 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.1.2") -val `pekko-stream` = Def.setting("org.apache.pekko" %% "pekko-stream" % "1.1.2") +val `pekko-actor` = Def.setting("org.apache.pekko" %% "pekko-actor-typed" % "1.1.3") +val `pekko-stream` = Def.setting("org.apache.pekko" %% "pekko-stream" % "1.1.3") val `pekko-http` = Def.setting("org.apache.pekko" %% "pekko-http" % "1.1.0") val `cats-core` = Def.setting("org.typelevel" %%% "cats-core" % "2.12.0") val `circe-core` = Def.setting("io.circe" %%% "circe-core" % "0.14.10")