Skip to content

Commit

Permalink
Update kotlin to v2.0.20 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 052c772 commit 51e1310
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 137 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.cli.common.toBooleanLenient
import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl

val projectName = "konform"
val projectGroup = "io.konform"
Expand All @@ -20,7 +20,7 @@ val jvm = JvmTarget.JVM_1_8
val onCI: Boolean = System.getenv("CI")?.toBooleanLenient() ?: false

plugins {
kotlin("multiplatform") version "2.0.0"
kotlin("multiplatform") version "2.0.20"
id("maven-publish")
id("signing")
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
Expand Down
Loading

0 comments on commit 51e1310

Please sign in to comment.