From 8f29598283cbeedcb789320b50abc704e778af65 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 4 Jun 2023 00:04:14 +0000 Subject: [PATCH] Update scala3-library to 3.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3159abd..01079ad 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import xerial.sbt.Sonatype.autoImport._ val scala213 = "2.13.10" -val scala3 = "3.2.2" +val scala3 = "3.3.0" lazy val commonSettings = Seq( organization := "com.github.seratch",