From 3effcb876a1f82816b9248b78a7aa415d9b1b558 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 00:22:24 +0000 Subject: [PATCH] Update scala3-library, ... to 3.6.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 816a2a1..4b071b5 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -lazy val scalaVersions = Seq("3.6.2", "2.13.15", "2.12.20") +lazy val scalaVersions = Seq("3.6.3", "2.13.15", "2.12.20") ThisBuild / scalaVersion := scalaVersions.head ThisBuild / versionScheme := Some("early-semver")