From 4d4d7537f1553ccb16a4420af0bbd0800df5a774 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:58:45 +0200 Subject: [PATCH] Update scala3-library to 3.3.3 (#437) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9cfaa11..4b2c195 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ // basics name := "scala-logging" -crossScalaVersions := Seq("3.3.1", "2.11.12", "2.12.19", "2.13.13") +crossScalaVersions := Seq("3.3.3", "2.11.12", "2.12.19", "2.13.13") scalaVersion := crossScalaVersions.value.head ThisBuild / versionScheme := Some("early-semver") scalacOptions ++= Seq(