Bump daggerVersion from 2.25.4 to 2.31.2 (#725)

pull/727/head
dependabot[bot] 5 years ago committed by GitHub
parent 045612c00f
commit 7a73f9c8c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,7 +67,7 @@ android {
}
dependencies {
val daggerVersion = "2.25.4"
val daggerVersion = "2.31.2"
val kotlinVersion = "1.4.21"
val kxCoroutinesVersion = "1.4.2"
val ktorVersion = "1.4.2"

@ -43,7 +43,7 @@ kotlin {
val jvmMain by getting {
dependencies {
implementation(kotlin("stdlib-jdk8"))
compileOnly("com.google.dagger:dagger:2.25.4")
compileOnly("com.google.dagger:dagger:2.31.2")
implementation("com.google.guava:guava:30.0-jre")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.4.21")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.2")

Loading…
Cancel
Save