Skip to content

Commit

Permalink
fix(deps): update kotlin to v1.7.22 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
pleo-bot-renovate committed Nov 29, 2022
1 parent 27a5175 commit 982ac21
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.21"
kotlinVersion = "1.7.22"
kotlinCoroutinesVersion = "1.6.0"
kotlinGradlePluginVersion = "1.7.21"
kotlinGradlePluginVersion = "1.7.22"

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.21"
kotlinReflectVersion = "1.7.22"
mockkVersion = "1.12.4"
}

Expand Down

0 comments on commit 982ac21

Please sign in to comment.