Skip to content

Commit d96324c

Browse files
committed
[+] Add jansi dependency
1 parent 2ccc95d commit d96324c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ dependencies {
4040
// https://mvnrepository.com/artifact/org.jetbrains/annotations
4141
implementation 'org.jetbrains:annotations:16.0.1'
4242

43+
// https://mvnrepository.com/artifact/org.fusesource.jansi/jansi
44+
implementation 'org.fusesource.jansi:jansi:2.4.0'
45+
4346
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
4447
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
4548
}

0 commit comments

Comments
 (0)