From f48f70c2a76f5348de64c04b4dddd883900f1132 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 14 Aug 2025 15:41:42 +0000 Subject: [PATCH] Update tapir-core, tapir-json-circe to 1.11.42 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f4f51c49..a5ffa8df 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.42" val pprint = "0.9.0" }