From 0256339e193fbb938746b747565337a7f55e043d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 22:49:22 +0200 Subject: [PATCH] Update dependency scala to v3.4.2 (#166) 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 bf642ab..92efca9 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import java.nio.charset.StandardCharsets import org.scalajs.linker.interface.ModuleSplitStyle -val scala33 = "3.4.1" +val scala33 = "3.4.2" val tapirVersion = "1.10.6"