From 4cb7bca14d5fe06fea1458fb99368718a849ac75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 02:23:07 +0000 Subject: [PATCH] chore(deps): update tapirversion to v1.10.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f3b4e87..9e090b8 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import org.scalajs.linker.interface.ModuleSplitStyle val scala33 = "3.4.2" -val tapirVersion = "1.10.8" +val tapirVersion = "1.10.9" val laminarVersion = "17.0.0"