From 7e922990d09a25fdf6e8baa8dcbbe76558bc6476 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 11:51:09 +0100 Subject: [PATCH] chore(deps): update tapirversion to v1.11.11 (#249) 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 8ec9d11..41783c6 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import org.scalajs.linker.interface.ModuleSplitStyle val scala3 = "3.6.2" -val tapirVersion = "1.11.10" +val tapirVersion = "1.11.11" val laminarVersion = "17.2.0"