Skip to content

Commit

Permalink
chore: bump scala to make it compiles on Java 21 (#240)
Browse files Browse the repository at this point in the history
Motivation:
When compiles it on JDK21, it needs newer version of Scala

Result:
compiles with Java 21 successfully

refs: #228
  • Loading branch information
He-Pin authored Dec 17, 2024
1 parent aa88f44 commit 3f82c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f82c78

Please sign in to comment.