From 49655f6aa2ed86d17ada106b8504434c37bfa50e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 13:43:01 +0100 Subject: [PATCH] chore(deps): update dependency scala to v3.6.3 (#259) 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 6a5cc48..8af63d9 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import java.nio.charset.StandardCharsets import org.scalajs.linker.interface.ModuleSplitStyle -val scala3 = "3.6.2" +val scala3 = "3.6.3" val tapirVersion = "1.11.13"