From 3f82c784463d5e786088619978e966a4ca362cf7 Mon Sep 17 00:00:00 2001 From: "He-Pin(kerr)" Date: Wed, 18 Dec 2024 07:13:27 +0800 Subject: [PATCH] chore: bump scala to make it compiles on Java 21 (#240) Motivation: When compiles it on JDK21, it needs newer version of Scala Result: compiles with Java 21 successfully refs: https://github.com/databricks/sjsonnet/issues/228 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 1fb67f7e..74f6beb4 100644 --- a/build.sc +++ b/build.sc @@ -4,7 +4,7 @@ import contrib.jmh.JmhModule val sjsonnetVersion = "0.4.13" -val scalaVersions = Seq("2.12.18", "2.13.12") +val scalaVersions = Seq("2.12.20", "2.13.15") trait SjsonnetCrossModule extends CrossScalaModule with PublishModule { def crossValue: String