From aa0215f390c4393fadae2ad47920bb4ec1823dc8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 8 Jan 2026 16:36:26 +0000 Subject: [PATCH] Update pekko-http, pekko-http-testkit to 1.3.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 6eb098f4..42c16a3b 100644 --- a/build.sbt +++ b/build.sbt @@ -16,13 +16,13 @@ scalacOptions := Seq( ) resolvers += Resolver.mavenCentral -resolvers += "maven-snapshots"at "https://central.sonatype.com/repository/maven-snapshots" +resolvers += "maven-snapshots".at("https://central.sonatype.com/repository/maven-snapshots") Global / bloopAggregateSourceDependencies := true libraryDependencies ++= { val pekkoV = "1.1.5" - val pekkoHttpV = "1.2.0" + val pekkoHttpV = "1.3.0" val tufV = "5.0.0" val scalaTestV = "3.2.19" val bouncyCastleV = "1.80"