From d195222fc41c3ebc3115711088dfd1e6f8807df2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Mar 2024 00:48:25 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 97dbd22..3d806cd 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ ThisBuild / scalafmtOnCompile := true Global / onChangedBuildSource := ReloadOnSourceChanges ThisBuild / scalaVersion := "2.13.8" -ThisBuild / crossScalaVersions := Seq("2.13.8", "3.1.3") +ThisBuild / crossScalaVersions := Seq("2.13.8", "3.3.3") val commonSettings = Seq( scalacOptions := Seq(