Skip to content

Commit

Permalink
Update libtuf, libtuf-server to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 25, 2024
1 parent 40da2d2 commit 6d3fd37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Global / bloopAggregateSourceDependencies := true
libraryDependencies ++= {
val akkaV = "2.8.5"
val akkaHttpV = "10.5.2"
val tufV = "3.1.6"
val tufV = "3.2.0"
val scalaTestV = "3.2.17"
val bouncyCastleV = "1.76"
val libatsV = "2.6.5"
Expand All @@ -35,7 +35,7 @@ libraryDependencies ++= {
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpV,
"com.typesafe.akka" %% "akka-stream-testkit" % akkaV,
"com.typesafe.akka" %% "akka-slf4j" % akkaV,
"org.scalatest" %% "scalatest" % scalaTestV % Test,
"org.scalatest" %% "scalatest" % scalaTestV % Test,
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
"io.github.uptane" %% "libats" % libatsV,
"io.github.uptane" %% "libats-messaging" % libatsV,
Expand Down

0 comments on commit 6d3fd37

Please sign in to comment.