Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 9e686a4

Browse files
Update dependency org.jline:jline-terminal-jansi to v3.26.1
1 parent 4fc23cf commit 9e686a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
implementation("net.kyori:adventure-text-minimessage:4.10.1-SNAPSHOT")
6060

6161
// Jansi
62-
compileOnly("org.jline:jline-terminal-jansi:3.21.0")
62+
compileOnly("org.jline:jline-terminal-jansi:3.26.1")
6363
}
6464

6565
tasks.withType<Test> {

0 commit comments

Comments
 (0)