Skip to content

Commit

Permalink
Update plugin org.jetbrains.kotlin.kapt to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 4dc904b commit 2385b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
maven
kotlin("jvm").version("1.3.40")
id("nebula.dependency-lock").version("2.2.4")
id("org.jetbrains.kotlin.kapt").version("1.3.40")
id("org.jetbrains.kotlin.kapt").version("2.1.0")
}

group = "click.seichi"
Expand Down

0 comments on commit 2385b55

Please sign in to comment.