Skip to content

Commit

Permalink
Kotlin 1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Kochetkov committed Feb 9, 2023
1 parent 968fefb commit cc82795
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[versions]
kotlin = "1.7.10"
serialization = "1.4.0"
kotlin = "1.8.10"
dokka = "1.7.20"
serialization = "1.4.1"

[plugins]
kotlin_multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlin_serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
kotlin_dokka = { id = "org.jetbrains.dokka", version.ref = "kotlin" }
kotlin_dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
git = { id = "org.ajoberstar.grgit", version = "3.0.0" }
nexus_publish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.0.0" }

Expand Down

0 comments on commit cc82795

Please sign in to comment.