From 52d490b343ba05b5ba63162ef7f4283e39065a99 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 25 Apr 2024 00:12:11 +0000 Subject: [PATCH] Update tagging to 2.3.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ef38481d01..f16c3e4abb 100644 --- a/build.sbt +++ b/build.sbt @@ -491,7 +491,7 @@ lazy val tests: ProjectMatrix = (projectMatrix in file("tests")) name := "tapir-tests", libraryDependencies ++= Seq( "io.circe" %%% "circe-generic" % Versions.circe, - "com.softwaremill.common" %%% "tagging" % "2.3.4", + "com.softwaremill.common" %%% "tagging" % "2.3.5", scalaTest.value, "org.typelevel" %%% "cats-effect" % Versions.catsEffect, logback