From 97df2582c644f1c4e3fe89e45c245f9d68d94603 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 27 Jun 2025 15:36:15 +0000 Subject: [PATCH] Update tapir-core, tapir-json-circe to 1.11.35 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f4f51c49..a2d58445 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ val versions = new { val outwatch = "1.1.0" val colibri = "0.8.6" val funStack = "0.9.23" - val tapir = "1.11.34" + val tapir = "1.11.35" val pprint = "0.9.0" }