Skip to content

Commit

Permalink
Merge pull request #207 from komapper/renovate/major-org.komapper
Browse files Browse the repository at this point in the history
Update dependency org.komapper:komapper-platform to v4
  • Loading branch information
nakamura-to authored Nov 17, 2024
2 parents 358b988 + 89079e6 commit f6f073f
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 @@ -12,7 +12,7 @@ application {
}

dependencies {
val komapperVersion = "3.1.0"
val komapperVersion = "4.0.0"
platform("org.komapper:komapper-platform:$komapperVersion").let {
implementation(it)
ksp(it)
Expand Down

0 comments on commit f6f073f

Please sign in to comment.