Skip to content

Commit

Permalink
chore: bump scala to make it compiles on Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin committed Dec 14, 2024
1 parent 7160a49 commit 1732161
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 1732161

Please sign in to comment.