Skip to content

Commit

Permalink
Merge pull request iSoron#1442 from iSoron/dependabot/gradle/daggerVe…
Browse files Browse the repository at this point in the history
…rsion-2.43.1

Bump daggerVersion from 2.42 to 2.43.1
  • Loading branch information
iSoron authored Aug 11, 2022
2 parents dcf31ba + 504362e commit f23a1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uhabits-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ android {
}

dependencies {
val daggerVersion = "2.42"
val daggerVersion = "2.43.1"
val kotlinVersion = "1.7.0"
val kxCoroutinesVersion = "1.6.4"
val ktorVersion = "1.6.8"
Expand Down
2 changes: 1 addition & 1 deletion uhabits-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ kotlin {
val jvmMain by getting {
dependencies {
implementation(kotlin("stdlib-jdk8"))
compileOnly("com.google.dagger:dagger:2.42")
compileOnly("com.google.dagger:dagger:2.43.1")
implementation("com.google.guava:guava:31.1-android")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.3")
Expand Down

0 comments on commit f23a1be

Please sign in to comment.