mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Lock JLine to previous version (3.23.0) (#424)
JLine 3.25.1 does not work with native image.
This commit is contained in:
@@ -20,7 +20,8 @@ javaPoet = "1.+"
|
||||
javaxInject = "1"
|
||||
jansi = "2.+"
|
||||
jimfs = "1.+"
|
||||
jline = "3.+"
|
||||
# 3.25.1 doesn't work with native image
|
||||
jline = "3.23.0"
|
||||
jmh = "1.+"
|
||||
jmhPlugin = "0.6.6"
|
||||
jsr305 = "3.+"
|
||||
|
||||
Reference in New Issue
Block a user