Skip to content

Commit

Permalink
Update dependencies to match Anvil 2.5 (#4491)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshliebe authored May 7, 2024
1 parent 2b13d54 commit 6f9ff7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
buildscript {

ext {
kotlin_version = '1.9.20'
kotlin_version = '1.9.22'
spotless = '6.1.2'
anvil_version = '2.5.0-beta07'
ksp_version = '1.9.20-1.0.14'
ksp_version = '1.9.22-1.0.17'
gradle_plugin = '8.1.2'
min_sdk = 26
target_sdk = 34
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version "1.9.20"
id 'org.jetbrains.kotlin.jvm' version "1.9.22"
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ version.com.nhaarman.mockitokotlin2..mockito-kotlin=2.2.0

version.google.android.material=1.7.0

version.google.dagger=2.48.1
version.google.dagger=2.51.1

version.jakewharton.rxrelay2=2.0.0

version.jakewharton.timber=5.0.1

version.kotlin=1.9.20
version.kotlin=1.9.22

version.kotlinx.coroutines=1.7.3

Expand Down

0 comments on commit 6f9ff7c

Please sign in to comment.