Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin
Browse files Browse the repository at this point in the history
Bumps org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin from 1.6.21 to 1.9.22.

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 22, 2023
1 parent ad0fb1c commit 3af9714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation(project(":basics"))
implementation(project(":code-quality"))
implementation("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.90")
implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.6.21")
implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.9.22")
}

tasks.withType<KotlinCompile>().configureEach {
Expand Down

0 comments on commit 3af9714

Please sign in to comment.