Skip to content

Commit 00336e5

Browse files
committed
use maven-compatible dependency spec for slf4j
1 parent ff7e66d commit 00336e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glsl-preprocessor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group = "io.github.douira"
1818
version = '2.0.0-pre1'
1919

2020
dependencies {
21-
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.+'
21+
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.17'
2222
implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.7.3'
2323

2424
testImplementation group: 'io.github.origin-energy', name:'java-snapshot-testing-junit5', version: '4.+'

0 commit comments

Comments
 (0)