diff --git a/build.sbt b/build.sbt index 6eb098f4..63d547ad 100644 --- a/build.sbt +++ b/build.sbt @@ -16,14 +16,14 @@ 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 tufV = "5.0.0" + val tufV = "6.0.0" val scalaTestV = "3.2.19" val bouncyCastleV = "1.80" val libatsV = "5.0.0"