From 6be01ab23ede433c068431c47c5981e5962175a9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 8 Jan 2026 16:39:00 +0000 Subject: [PATCH] Update pekko-http, pekko-http-testkit to 1.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6c5e9039..91efcc4d 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ lazy val treehub = (project in file(".")) .settings(IntegrationTest / testOptions := Seq(Tests.Filter(itFilter))) .settings(Seq(libraryDependencies ++= { val pekkoV = "1.1.5" - val pekkoHttpV = "1.2.0" + val pekkoHttpV = "1.3.0" val scalaTestV = "3.0.9" val libatsV = "5.0.0"