From 9b63be9c9b9902e387571c8933fb5873df1ca7d9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 28 Apr 2026 00:34:01 +0000 Subject: [PATCH] Update libtuf, libtuf-server to 6.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4b7ab211..f54d79e8 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ Global / bloopAggregateSourceDependencies := true libraryDependencies ++= { val pekkoV = "1.1.5" val pekkoHttpV = "1.2.0" - val tufV = "5.0.0" + val tufV = "6.1.0" val scalaTestV = "3.2.20" val bouncyCastleV = "1.84" val libatsV = "5.0.0"