Bump daggerVersion from 2.25.4 to 2.31.2 (#725)

This commit is contained in:
dependabot[bot]
2021-01-25 08:04:49 -06:00
committed by GitHub
parent 045612c00f
commit 7a73f9c8c7
2 changed files with 2 additions and 2 deletions

View File

@@ -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")