From 1c35866e502d3fffaaf5278637548f4ecbbb89c8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 25 Sep 2025 13:30:27 +0000 Subject: [PATCH] Update pekko-stream to 1.2.1 --- project/Commons.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Commons.scala b/project/Commons.scala index 860876e02..be64f93a0 100644 --- a/project/Commons.scala +++ b/project/Commons.scala @@ -34,7 +34,7 @@ object Commons extends ProjectGroup("commons") { val typesafeConfigVersion = "1.4.5" val commonsIoVersion = "1.3.2" // test only val scalaLoggingVersion = "3.9.6" - val pekkoVersion = "1.2.0" + val pekkoVersion = "1.2.1" val monixVersion = "3.4.1" val circeVersion = "0.14.5" // benchmark only val upickleVersion = "3.1.2" // benchmark only