From a6406266e6e189963bd4a9e36f0b1c326c109c4f Mon Sep 17 00:00:00 2001 From: "usommerl-scala-steward[bot]" Date: Wed, 6 Dec 2023 00:41:23 +0000 Subject: [PATCH] Update tapir-core, tapir-http4s-server, ... to 1.9.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index daefe09..6da81ca 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ val v = new { val ciris = "3.5.0" val http4s = "0.23.24" val odin = "0.13.0" - val tapir = "1.9.3" + val tapir = "1.9.4" val munit = "0.7.29" val munitCE = "1.0.7" }