Skip to content

Commit

Permalink
Update dependency org.komapper:komapper-platform to v1.1.2 (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 10, 2022
1 parent aae861a commit 68ea527
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 @@ -11,7 +11,7 @@ application {
}

dependencies {
val komapperVersion = "1.1.1"
val komapperVersion = "1.1.2"
platform("org.komapper:komapper-platform:$komapperVersion").let {
implementation(it)
ksp(it)
Expand Down

0 comments on commit 68ea527

Please sign in to comment.