Skip to content

Commit

Permalink
Merge pull request #287 from bric3/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update kotlin monorepo to v2.0.21
  • Loading branch information
renovate[bot] authored Oct 12, 2024
2 parents 6783723 + 4771f33 commit 72af8c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fireplace-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
// https://github.com/johnrengelman/shadow/pull/876
// https://github.com/johnrengelman/shadow/issues/908
id("io.github.goooler.shadow") version "8.1.8"
kotlin("jvm") version "2.0.20"
kotlin("jvm") version "2.0.21"
}

description = "Opens a JFR file to inspect its content."
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ eclipse-jface = "3.35.0"
eclipse-ui-forms = "3.13.300"

# Kotlin
kotlin = "2.0.20"
kotlin = "2.0.21"
kotlin-coroutines = "1.9.0"

# Gradle plugins
Expand Down

0 comments on commit 72af8c9

Please sign in to comment.