Skip to content

Commit

Permalink
Merge pull request #221 from komapper/renovate/org.komapper
Browse files Browse the repository at this point in the history
Update dependency org.komapper:komapper-platform to v5.2.0
  • Loading branch information
nakamura-to authored Feb 9, 2025
2 parents 9bdfaa3 + 9a9f9a9 commit 38e2218
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 = "5.1.0"
val komapperVersion = "5.2.0"
platform("org.komapper:komapper-platform:$komapperVersion").let {
implementation(it)
ksp(it)
Expand Down

0 comments on commit 38e2218

Please sign in to comment.