From e75b91584697a2eee2c3a55ad47065211423037f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 08:44:44 +0100 Subject: [PATCH] chore(deps): update tapirversion to v1.11.9 (#241) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8477608..7fe3e3d 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import org.scalajs.linker.interface.ModuleSplitStyle val scala3 = "3.5.2" -val tapirVersion = "1.11.8" +val tapirVersion = "1.11.9" val laminarVersion = "17.1.0"