Lock JLine to previous version (3.23.0) (#424)

JLine 3.25.1 does not work with native image.
This commit is contained in:
translatenix
2024-04-11 21:55:38 -07:00
committed by GitHub
parent 033db30b04
commit af66532377
4 changed files with 14 additions and 13 deletions

View File

@@ -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.+"