Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent a358d58 commit 42db74f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compile-kotlin-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath "org.domaframework.doma:compile"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
}
}

Expand Down
2 changes: 1 addition & 1 deletion compile-mix-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath "org.domaframework.doma:compile"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
}
}

Expand Down

0 comments on commit 42db74f

Please sign in to comment.