Skip to content

Commit

Permalink
Update Komapper to v0.31.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamura-to authored Mar 27, 2022
1 parent 4d0ab6a commit 0e689a1
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 @@ -9,7 +9,7 @@ application {
}

dependencies {
val komapperVersion = "0.30.0"
val komapperVersion = "0.31.0"
implementation("org.komapper:komapper-starter-jdbc:$komapperVersion")
implementation("org.komapper:komapper-dialect-h2-jdbc:$komapperVersion")
ksp("org.komapper:komapper-processor:$komapperVersion")
Expand Down

0 comments on commit 0e689a1

Please sign in to comment.