From 017c10f4bb1a74163cd9a419f70ace6704397138 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:43:55 +0000 Subject: [PATCH] Update scala3-library to 3.5.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 08c031e..8ecebf3 100644 --- a/build.sbt +++ b/build.sbt @@ -16,8 +16,8 @@ enablePlugins(NoPublishPlugin) ThisBuild / tlVersionIntroduced := Map("3" -> "0.3.3") ThisBuild / tlBaseVersion := "0.8" -ThisBuild / scalaVersion := "3.5.0" -ThisBuild / crossScalaVersions := Seq("3.5.0") +ThisBuild / scalaVersion := "3.5.1" +ThisBuild / crossScalaVersions := Seq("3.5.1") // Tests work fine in parallel but the output get interleaved, which can be confusing. // It's fast so there's no harm doing them sequentially here.