Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
fix(deps): update kotlin monorepo to v1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 23, 2023
1 parent f06a36c commit 7bbd3fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories {
dependencies {
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.18.0")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.8.20")
implementation(kotlin("gradle-plugin", "1.9.0"))
implementation(kotlin("gradle-plugin", "1.9.10"))
implementation(gradleApi())
}

Expand Down
2 changes: 1 addition & 1 deletion gradle-utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {
}

dependencies {
implementation(kotlin("gradle-plugin-api", "1.9.0"))
implementation(kotlin("gradle-plugin-api", "1.9.10"))
api("io.github.z4kn4fein:semver:1.4.2")
implementation(gradleApi())
}

0 comments on commit 7bbd3fa

Please sign in to comment.