Skip to content

Commit

Permalink
Merge pull request #244 from bric3/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update kotlin monorepo to v1.9.24
  • Loading branch information
renovate[bot] authored May 9, 2024
2 parents e8df750 + 22af8c5 commit 129c0ad
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.7"
kotlin("jvm") version "1.9.23"
kotlin("jvm") version "1.9.24"
}

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.33.0"
eclipse-ui-forms = "3.13.200"

# Kotlin
kotlin = "1.9.23"
kotlin = "1.9.24"
kotlin-coroutines = "1.8.0"

# Gradle plugins
Expand Down

0 comments on commit 129c0ad

Please sign in to comment.