Skip to content

Commit

Permalink
Merge pull request #115 from orangain/dependabot/gradle/multiplatform…
Browse files Browse the repository at this point in the history
…-1.9.22

Bump multiplatform from 1.9.10 to 1.9.22
  • Loading branch information
orangain authored Feb 4, 2024
2 parents fb33347 + 489f0aa commit f3e6c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("multiplatform") version "1.9.10" // Kotlin plugin is required for Dokka to work properly.
kotlin("multiplatform") version "1.9.22" // Kotlin plugin is required for Dokka to work properly.
id("com.palantir.git-version") version "3.0.0"
id("org.jetbrains.dokka") version "1.9.10"
}
Expand Down

0 comments on commit f3e6c90

Please sign in to comment.