aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-08-23 14:21:36 +0000
committerGitHub <noreply@github.com>2023-08-23 14:21:36 +0000
commit0bffd6c7c076c36673fef143b9bbd2a3fdce355a (patch)
treeade4de5b2ba06db76f33d2e7953013505b6d0306
parent6e0f3690314bbbaf1cdba4102d13c07c6344498a (diff)
downloadokio-0bffd6c7c076c36673fef143b9bbd2a3fdce355a.tar.gz
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.10
-rw-r--r--build-support/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-support/build.gradle.kts b/build-support/build.gradle.kts
index 7c7dae81..9eb8e63c 100644
--- a/build-support/build.gradle.kts
+++ b/build-support/build.gradle.kts
@@ -22,5 +22,5 @@ gradlePlugin {
}
dependencies {
- implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
+ implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10")
}