From 8321ebfedd78af5905acf152d3fe6236673747ce Mon Sep 17 00:00:00 2001 From: "usommerl-scala-steward[bot]" Date: Sat, 15 Jun 2024 01:17:59 +0000 Subject: [PATCH] Update tapir-core, tapir-http4s-server, ... to 1.10.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index be35a57..f6cbfb1 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ val v = new { val ciris = "3.6.0" val http4s = "0.23.27" val odin = "0.13.0" - val tapir = "1.10.8" + val tapir = "1.10.9" val munit = "1.0.0" val munitCE = "2.0.0" }