Skip to content

Commit

Permalink
Lock kscript to kotlin 1.9.25
Browse files Browse the repository at this point in the history
The 2.1.0 version of kotlin breaks kscript, which hasn't been updated
in over a year. Let's restrict kscript to working with kotlin 1.9.x
for now as kotlin 2 is a major breaking change.
  • Loading branch information
staktrace committed Dec 3, 2024
1 parent 0469bbd commit 786a4f9
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
@@ -1,5 +1,5 @@
description = "Scripting extensions for kotlin (inclusions and dependencies)"
requires = ["jre", "kotlin"]
requires = ["jre", "kotlin-1.9.25"]
source = "https://github.com/kscripting/kscript/releases/download/v${version}/kscript-${version}-bin.zip"
binaries = ["bin/kscript"]
strip = 1
Expand Down

0 comments on commit 786a4f9

Please sign in to comment.