From ee7d0f3c1998635661f1e914818e34d81d4d854b Mon Sep 17 00:00:00 2001 From: oss-47 Date: Wed, 10 Sep 2025 05:21:48 +0000 Subject: [PATCH] Update scala3-compiler, 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 dcef71ab1..187679d16 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val scala213 = "2.13.16" -val scala3 = "3.4.3" +val scala3 = "3.7.3" ThisBuild / organization := "io.higherkindness" ThisBuild / githubOrganization := "47degrees"