We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06ab5a9 + ca873b8 commit e442b95Copy full SHA for e442b95
build.gradle.kts
@@ -18,7 +18,7 @@ repositories {
18
dependencies {
19
testImplementation(kotlin("test"))
20
implementation(kotlin("reflect"))
21
- implementation("org.fusesource.jansi:jansi:2.4.1")
+ implementation("org.fusesource.jansi:jansi:2.4.2")
22
implementation("com.github.ajalt.clikt:clikt:5.0.3")
23
implementation("org.jline:jline:3.29.0")
24
}
0 commit comments