File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ apply(from = "$rootDir/gradle/scripts/dokka-javadoc.gradle.kts")
2525
2626dependencies {
2727 api(project(" :layercache" ))
28- implementation(" org.cache2k:cache2k-api:1.4.1 .Final" )
29- compileOnly(" org.cache2k:cache2k-all:1.4.1 .Final" )
28+ implementation(" org.cache2k:cache2k-api:1.6.0 .Final" )
29+ compileOnly(" org.cache2k:cache2k-all:1.6.0 .Final" )
3030
3131 testImplementation(project(" :testutils" ))
32- testImplementation(" org.cache2k:cache2k-all:1.4.1 .Final" )
32+ testImplementation(" org.cache2k:cache2k-all:1.6.0 .Final" )
3333 testImplementation(" org.slf4j:slf4j-nop:1.7.30" )
3434}
3535
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ apply(from = "$rootDir/gradle/scripts/dokka-javadoc.gradle.kts")
2929
3030dependencies {
3131 api(project(" :layercache" ))
32- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.0-RC2 " )
32+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.0" )
3333
3434 testImplementation(project(" :testutils" ))
3535}
You can’t perform that action at this time.
0 commit comments