From 3fef75479ed9c6bb498b477fbfee8413fe6987af Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 8 Jan 2026 16:36:01 +0000 Subject: [PATCH] Update pekko-actor, pekko-slf4j, ... to 1.4.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 6eb098f4..ee630971 100644 --- a/build.sbt +++ b/build.sbt @@ -16,12 +16,12 @@ 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 pekkoV = "1.4.0" val pekkoHttpV = "1.2.0" val tufV = "5.0.0" val scalaTestV = "3.2.19"