From 624e3556ec20984f639beb5f919e97df906abe3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 12:24:26 +0000 Subject: [PATCH] chore(deps): update tapirversion to v1.10.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4614122..caa6a72 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.7" +val tapirVersion = "1.10.8" val laminarVersion = "17.0.0"