Skip to content

Commit 3f82c78

Browse files
authored
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: #228
1 parent aa88f44 commit 3f82c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import contrib.jmh.JmhModule
44

55
val sjsonnetVersion = "0.4.13"
66

7-
val scalaVersions = Seq("2.12.18", "2.13.12")
7+
val scalaVersions = Seq("2.12.20", "2.13.15")
88

99
trait SjsonnetCrossModule extends CrossScalaModule with PublishModule {
1010
def crossValue: String

0 commit comments

Comments
 (0)