From 67379f8dd22ee8921dcd943775e2d5c6c63de23c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 14:35:40 +0000 Subject: [PATCH] Update scala3-library to 3.3.7 --- deps.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.sc b/deps.sc index 481afb1..7d39a6f 100644 --- a/deps.sc +++ b/deps.sc @@ -3,7 +3,7 @@ import mill._, scalalib._ object Scala { def scala212 = "2.12.20" def scala213 = "2.13.15" - def scala3 = "3.3.4" + def scala3 = "3.3.7" def all = Seq(scala212, scala213, scala3) }