Skip to content

Commit

Permalink
fix(deps): update kotlin to v1.7.20 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
pleo-bot-renovate committed Sep 30, 2022
1 parent 81e61dd commit 7e0ba48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

buildscript {
ext {
kotlinVersion = "1.7.10"
kotlinVersion = "1.7.20"
kotlinCoroutinesVersion = "1.6.0"
kotlinGradlePluginVersion = "1.7.10"
kotlinGradlePluginVersion = "1.7.20"

kotlinterGradleVersion = "3.12.0"
}
Expand Down Expand Up @@ -31,7 +31,7 @@ subprojects {
ext {
junitVersion = "5.9.1"
kotlinGuiceVersion = "1.6.0"
kotlinReflectVersion = "1.7.10"
kotlinReflectVersion = "1.7.20"
mockkVersion = "1.12.4"
}

Expand Down

0 comments on commit 7e0ba48

Please sign in to comment.