Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Kotlin from 2.0.20 to 2.0.21 (patch) #826

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Kotlin from 2.0.20 to 2.0.21
renovate[bot] authored Oct 10, 2024
commit facccd26cf158ff2cc9d71a6193cfd81491b136f
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"

2 changes: 1 addition & 1 deletion graph/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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")