diff --git a/build.sbt b/build.sbt index 4b7ab211..932f43dc 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ resolvers += "maven-snapshots".at("https://central.sonatype.com/repository/maven Global / bloopAggregateSourceDependencies := true libraryDependencies ++= { - val pekkoV = "1.1.5" + val pekkoV = "1.6.0" val pekkoHttpV = "1.2.0" val tufV = "5.0.0" val scalaTestV = "3.2.20"