File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ description = "A logger facilitating lazily-evaluated log calls via Kotlin's inl
1313plugins {
1414 `maven- publish`
1515 signing
16- kotlin(" multiplatform" ) version " 1.7 .21"
17- id(" org.jetbrains.dokka" ) version " 1.7.20 "
18- id(" com.github.ben-manes.versions" ) version " 0.39 .0"
16+ kotlin(" multiplatform" ) version " 1.8 .21"
17+ id(" org.jetbrains.dokka" ) version " 1.8.10 "
18+ id(" com.github.ben-manes.versions" ) version " 0.46 .0"
1919}
2020
2121tasks.withType<DependencyUpdatesTask > {
@@ -37,7 +37,6 @@ val javadocJar by tasks.registering(Jar::class) {
3737
3838repositories {
3939 mavenCentral()
40- jcenter()
4140}
4241
4342kotlin {
@@ -65,7 +64,7 @@ kotlin {
6564
6665 dependencies {
6766 implementation(kotlin(" stdlib-jdk8" ))
68- implementation(" org.slf4j:slf4j-api:1.7.30 " )
67+ implementation(" org.slf4j:slf4j-api:2.0.7 " )
6968 }
7069 }
7170
@@ -78,7 +77,7 @@ kotlin {
7877 dependencies {
7978 implementation(kotlin(" test" ))
8079 implementation(kotlin(" test-junit" ))
81- implementation(" org.slf4j:slf4j-jdk14:1.7.30 " )
80+ implementation(" org.slf4j:slf4j-jdk14:2.0.7 " )
8281 }
8382 }
8483
You can’t perform that action at this time.
0 commit comments