From 066d844b6540b12577984132d87c3bc910f56743 Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Fri, 1 Mar 2024 05:27:02 +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 502a6fdc..77b9d0ea 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ addCommandAlias("ci-publish", "github; ci-release") lazy val scala212 = "2.12.18" lazy val scala213 = "2.13.13" -lazy val scala3Version = "3.3.1" +lazy val scala3Version = "3.3.3" lazy val scala2Versions = Seq(scala212, scala213) lazy val allScalaVersions = scala2Versions :+ scala3Version