Skip to content

Commit

Permalink
Merge pull request #312 from bric3/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update kotlin monorepo to v2.1.10
  • Loading branch information
renovate[bot] authored Jan 30, 2025
2 parents 0927118 + 4caddfa commit d3d9797
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.1.0"
kotlin("jvm") version "2.1.10"
}

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.100"
eclipse-ui-forms = "3.13.400"

# Kotlin
kotlin = "2.1.0"
kotlin = "2.1.10"
kotlin-coroutines = "1.10.1"

# Gradle plugins
Expand Down

0 comments on commit d3d9797

Please sign in to comment.