Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugi…
Browse files Browse the repository at this point in the history
…n to v1.9.23
  • Loading branch information
renovate[bot] committed Mar 7, 2024
1 parent c36e12a commit 0a04b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildata-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ val kspVersion: String by project
dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("gradle-plugin-api"))
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23")
implementation("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:$kspVersion")
compileOnly("com.google.auto.service:auto-service:1.1.1")
kapt("com.google.auto.service:auto-service:1.1.1")
Expand Down

0 comments on commit 0a04b91

Please sign in to comment.