From 74cb0160e6f24fe56e17e403f814a9b30622dea3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 12 Nov 2023 02:59:18 +0000 Subject: [PATCH] Update libats, libats-http-tracing, ... to 2.5.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 077e03a3..4becec93 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ libraryDependencies ++= { val scalaTestV = "3.2.17" val bouncyCastleV = "1.76" val tufV = "3.0.0" - val libatsV = "2.3.1" + val libatsV = "2.5.1" Seq( "com.typesafe.akka" %% "akka-actor" % akkaV,