From 88ec52b60a3e2ca5602e23535ef55e2b91767c91 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 15 Sep 2025 15:02:58 +0000 Subject: [PATCH] Update scala3-library to 3.7.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 12efd71e..03bbe695 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ commands += Command.command("testStaging") { state => val scala212 = "2.12.20" val scala213 = "2.13.16" val scala3 = "3.3.6" -val scala3_7 = "3.7.2" +val scala3_7 = "3.7.3" val root = project.in(file(".")).settings( name := "mima",