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

Commit

Permalink
fix(deps): update dependency gradle-plugin to v1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2023
1 parent c41c345 commit 1935e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation("com.github.jengelman.gradle.plugins:shadow:6.1.0")
implementation("kr.entree:spigradle:2.2.3")
implementation("net.ltgt.gradle:gradle-errorprone-plugin:1.3.0")
implementation(kotlin("gradle-plugin", "1.4.21"))
implementation(kotlin("gradle-plugin", "1.9.22"))
implementation(kotlin("reflect"))
}

Expand Down

0 comments on commit 1935e4d

Please sign in to comment.