From cda6fafe0e1ce2d31ad2cb198d2f59196f68f558 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 15 Mar 2025 17:39:03 +0000 Subject: [PATCH] Update tapir-core, tapir-json-circe to 1.11.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index df84805d..7a24cf76 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.18" + val tapir = "1.11.19" val pprint = "0.9.0" }