Skip to content

Commit a5d9855

Browse files
authored
Update to release version of kotlinx serialization (#34)
1 parent d73dda9 commit a5d9855

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

layercache-cache2k/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ apply(from = "$rootDir/gradle/scripts/dokka-javadoc.gradle.kts")
2525

2626
dependencies {
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

layercache-serializer/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ apply(from = "$rootDir/gradle/scripts/dokka-javadoc.gradle.kts")
2929

3030
dependencies {
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
}

0 commit comments

Comments
 (0)