From 7c16f82057905ee643b76b43ffa4f78d121ad324 Mon Sep 17 00:00:00 2001 From: oss-47 Date: Mon, 10 Mar 2025 05:20:39 +0000 Subject: [PATCH] Update scala3-compiler, scala3-library, ... to 3.6.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dcef71ab1..e7697cc93 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val scala213 = "2.13.16" -val scala3 = "3.4.3" +val scala3 = "3.6.4" ThisBuild / organization := "io.higherkindness" ThisBuild / githubOrganization := "47degrees"