Skip to content

Commit

Permalink
Update Kotlin from 2.0.20 to 2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 1a283b8 commit facccd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ kotlin-target = "1.4.32"
# Actual Kotlin language and API version for compilation, it restricts language features and metadata.
kotlin-language = "1.4"
# Version of Kotlin Gradle Plugin used for compilation.
kotlin-build = "2.0.20"
kotlin-build = "2.0.21"
# Dokka is sometimes lagging behind and is not using the same release vehicle as Kotlin main.
kotlin-dokka = "1.9.20"

Expand Down
2 changes: 1 addition & 1 deletion graph/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("org.gradle.java-gradle-plugin")
id("org.gradle.maven-publish")
id("org.openjfx.javafxplugin") version "0.0.14"
id("org.jetbrains.kotlin.jvm") version "2.0.20"
id("org.jetbrains.kotlin.jvm") version "2.0.21"
id("io.gitlab.arturbosch.detekt") version "1.23.7"
id("org.gradle.idea")
id("net.twisterrob.gradle.build.webjars")
Expand Down

0 comments on commit facccd2

Please sign in to comment.