From a6781df7f6145518f9905087e2b5976665c50f7c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 18 Feb 2025 20:35:07 +0000 Subject: [PATCH] Update tapir-core, tapir-json-circe to 1.11.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6b0bc179..0cd38706 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.14" + val tapir = "1.11.15" val pprint = "0.9.0" }