From c1f3c9b75d964fbbfad8e7583355398fc1ee0e85 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:15:48 +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 ab34148..f2c5896 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ val Versions = new { // sbt doesn't like object definitions in build.sbt ThisBuild / tlBaseVersion := "0.114" ThisBuild / tlCiReleaseBranches := Seq("main") -ThisBuild / crossScalaVersions := Seq("3.6.2") +ThisBuild / crossScalaVersions := Seq("3.6.3") ThisBuild / tlVersionIntroduced := Map("3" -> "0.29.0") Global / onChangedBuildSource := ReloadOnSourceChanges