From 1bc625cc7a148368e9e1938e2096134a5e292281 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 15 Jul 2025 21:22:52 +0000 Subject: [PATCH] Update libtuf, libtuf-server to 3.2.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 074892b0..faf9bd4b 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ Global / bloopAggregateSourceDependencies := true libraryDependencies ++= { val akkaV = "2.8.5" val akkaHttpV = "10.5.2" - val tufV = "3.2.11" + val tufV = "3.2.13" val scalaTestV = "3.2.19" val bouncyCastleV = "1.80" val libatsV = "2.6.6"