Skip to content

Commit

Permalink
Merge pull request #216 from komapper/renovate/org.komapper
Browse files Browse the repository at this point in the history
Update dependency org.komapper:komapper-platform to v5.1.0
  • Loading branch information
nakamura-to authored Jan 19, 2025
2 parents e0b89b3 + 6b8fd3a commit 39dc92e
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.0.0"
val komapperVersion = "5.1.0"
platform("org.komapper:komapper-platform:$komapperVersion").let {
implementation(it)
ksp(it)
Expand Down

0 comments on commit 39dc92e

Please sign in to comment.