From ae489fdd01d6cb7e545dca82b7775b71cf40eed5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jun 2026 17:12:27 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7438f1f..a2e418e 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import com.typesafe.tools.mima.core._ val scala212 = "2.12.21" val scala213 = "2.13.18" -val scala3 = "3.3.7" +val scala3 = "3.3.8" val scalatestVersion = "3.2.20" val scalacheckVersion = "1.19.0"