From 3fff93b1b9582bd312f9f7014d72333dba67aa5f Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 19 Oct 2025 00:10:38 +0000 Subject: [PATCH] Update scala3-compiler, scala3-library, ... to 3.3.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fd32e1be..227bd669 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import Tests.* val scala213 = "2.13.13" -val scala3 = "3.3.3" +val scala3 = "3.3.7" name := "scarango" ThisBuild / organization := "com.outr"