Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cgruber committed Jul 19, 2023
1 parent 446889a commit 9b3d457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kscript.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test = "kscript -d 'println(\"Kscript: OK\")'"

// these older versions break with Kotlin 1.9, so just limit them to older versions.
version "4.1.1" "4.2.0" "4.2.1" "4.2.2" {
requires = ["jre", "kotlin-1.8.22"]
requires = ["jre@17", "kotlin-1.8.22"]
test = "kscript \"\"" // The test rig can't install older kotlin to test these, but they've been tested prior.
}

Expand Down

0 comments on commit 9b3d457

Please sign in to comment.