Skip to content

Commit

Permalink
Update Komapper to v1.0.0-RC1 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamura-to authored May 4, 2022
1 parent de219b3 commit b4c04ad
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.33.0"
val komapperVersion = "1.0.0-RC1"
platform("org.komapper:komapper-platform:$komapperVersion").let {
implementation(it)
ksp(it)
Expand Down

0 comments on commit b4c04ad

Please sign in to comment.