From 080a666f208a6e118f07138bd66bb4d598f9cca9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 01:52:31 +0000 Subject: [PATCH] Update scala3-library to 3.3.7 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e419d82..79ff8f8 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -ThisBuild / scalaVersion := "3.3.1" +ThisBuild / scalaVersion := "3.3.7" ThisBuild / organization := "eu.throup" ThisBuild / versionScheme := Some("early-semver") @@ -94,7 +94,7 @@ lazy val publishedProjectSettings = Seq( // tastyMiMaPreviousArtifacts := previousStableVersion.value.map(organization.value %% name.value % _).toSet ) -lazy val crossScala = Seq(crossScalaVersions := Seq("2.13.12", "3.3.1")) +lazy val crossScala = Seq(crossScalaVersions := Seq("2.13.12", "3.3.7")) lazy val root = (project in file(".")) .settings(name := "couldbe")