File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ import org.jetbrains.dokka.gradle.DokkaTask
33import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
44
55plugins {
6- kotlin(" jvm" ) version " 1.8.22 "
6+ kotlin(" jvm" ) version " 1.9.10 "
77 id(" org.jetbrains.kotlinx.kover" ) version " 0.7.3"
8- kotlin(" plugin.serialization" ) version " 1.8.22 "
8+ kotlin(" plugin.serialization" ) version " 1.9.10 "
99 `maven- publish`
1010 signing
1111 id(" io.github.gradle-nexus.publish-plugin" ) version " 1.3.0"
12- id(" org.jetbrains.dokka" ) version " 1.8.20 "
12+ id(" org.jetbrains.dokka" ) version " 1.9.0 "
1313}
1414
1515group = " nl.sanderdijkhuis"
@@ -21,7 +21,7 @@ repositories {
2121
2222dependencies {
2323 testImplementation(kotlin(" test" ))
24- testImplementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1 " )
24+ testImplementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0 " )
2525 testImplementation(" org.bouncycastle:bcprov-jdk15on:1.70" )
2626 testImplementation(" org.bouncycastle:bcpkix-jdk15on:1.70" )
2727}
You can’t perform that action at this time.
0 commit comments