From beb163928437539840cf428055773710bbd8568b Mon Sep 17 00:00:00 2001 From: "usommerl-scala-steward[bot]" Date: Sat, 11 Jan 2025 01:39:26 +0000 Subject: [PATCH] Update tapir-core, tapir-http4s-server, ... to 1.11.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5729367..0d5416e 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val v = new { val ciris = "3.7.0" val http4s = "0.23.30" val odin = "0.14.0" - val tapir = "1.11.11" + val tapir = "1.11.12" val munit = "1.0.3" val munitCE = "2.0.0" }