Skip to content

Commit

Permalink
Update dependency org.komapper:komapper-platform to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent 9a7db3c commit 59dc7fc
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.0.0"
val komapperVersion = "3.1.0"
platform("org.komapper:komapper-platform:$komapperVersion").let {
implementation(it)
ksp(it)
Expand Down

0 comments on commit 59dc7fc

Please sign in to comment.