Skip to content

Commit b72d183

Browse files
authored
fix(cli): silent crash with kinquirer (#1612)
fix(cli): downgrade jline to avoid fix crash with kinquirer Signed-off-by: Dario Valdespino <[email protected]>
1 parent 3399f8f commit b72d183

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/elide.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jib-main = "3.4.5"
113113
jib-core = "0.27.3"
114114
jib-common = "0.2.0"
115115
jimfs = "66161ebdf9"
116-
jline = "3.30.4"
116+
jline = "3.28.0"
117117
jmh-lib = "1.37"
118118
jmh-plugin = "0.7.3"
119119
jna = "5.17.0"

tools/elide-build/src/main/kotlin/elide/internal/conventions/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public object Constants {
150150
const val GRPC = "1.62.2"
151151

152152
/** JLine version. */
153-
const val JLINE = "3.30.4"
153+
const val JLINE = "3.28.0"
154154

155155
/** Okio version. */
156156
const val OKIO = "3.15.0"

0 commit comments

Comments
 (0)