Skip to content

Commit c04e896

Browse files
committed
fix implementations
1 parent 407e90a commit c04e896

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

build.gradle

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'de.mint.consoleline'
8-
version '1.0.7'
8+
version '1.0.7-1'
99

1010
java {
1111
toolchain {
@@ -18,12 +18,10 @@ repositories {
1818
}
1919

2020
dependencies {
21-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
22-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
23-
compileOnly 'org.jetbrains:annotations:23.0.0'
21+
compileOnly 'org.jetbrains:annotations:26.0.2-1'
2422
// https://mvnrepository.com/artifact/org.jline/jline
25-
implementation group: 'org.jline', name: 'jline', version: '3.21.0'
26-
implementation group: 'com.github.vlsi.compactmap', name: 'compactmap', version: '2.0'
23+
implementation group: 'org.jline', name: 'jline', version: '3.30.6'
24+
implementation group: 'com.github.vlsi.compactmap', name: 'compactmap', version: '2.0.1'
2725
implementation 'org.reflections:reflections:0.10.2'
2826
}
2927

0 commit comments

Comments
 (0)