From 5b34185373250359f79c39ea9394a8f4067fe29d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Oct 2024 13:28:46 +0000 Subject: [PATCH] Update pekko-stream to 1.1.2 --- project/Commons.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Commons.scala b/project/Commons.scala index 24189ff73..9060a7f7c 100644 --- a/project/Commons.scala +++ b/project/Commons.scala @@ -35,7 +35,7 @@ object Commons extends ProjectGroup("commons") { val typesafeConfigVersion = "1.4.3" val commonsIoVersion = "1.3.2" // test only val scalaLoggingVersion = "3.9.5" - val pekkoVersion = "1.1.1" + val pekkoVersion = "1.1.2" val monixVersion = "3.4.1" val circeVersion = "0.14.5" // benchmark only val upickleVersion = "3.1.2" // benchmark only