From a5dfec239fc7a3b9cb9a7dfc3fc595b8cc92b2b2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 8 Jan 2026 16:38:58 +0000 Subject: [PATCH] Update pekko-actor, pekko-slf4j, ... to 1.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6c5e9039..03cd7af6 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ lazy val treehub = (project in file(".")) .settings(UnitTest / testOptions := Seq(Tests.Filter(unitFilter))) .settings(IntegrationTest / testOptions := Seq(Tests.Filter(itFilter))) .settings(Seq(libraryDependencies ++= { - val pekkoV = "1.1.5" + val pekkoV = "1.4.0" val pekkoHttpV = "1.2.0" val scalaTestV = "3.0.9" val libatsV = "5.0.0"