Skip to content

Commit

Permalink
Update Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy committed Nov 10, 2022
1 parent 9603ab5 commit 4e0b19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import org.jetbrains.kotlin.konan.target.HostManager
import java.net.URL

plugins {
kotlin("multiplatform") version "1.7.20"
kotlin("multiplatform") version "1.7.21"
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("org.jetbrains.dokka") version "1.6.0"
id("org.jetbrains.dokka") version "1.7.20"
id("maven-publish")
id("signing")
}
Expand Down

0 comments on commit 4e0b19a

Please sign in to comment.