mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Bump daggerVersion from 2.40 to 2.40.3
Bumps `daggerVersion` from 2.40 to 2.40.3. Updates `dagger` from 2.40 to 2.40.3 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.40...dagger-2.40.3) Updates `dagger-compiler` from 2.40 to 2.40.3 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.40...dagger-2.40.3) --- updated-dependencies: - dependency-name: com.google.dagger:dagger dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.dagger:dagger-compiler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Hibon
parent
5de0fc86e5
commit
4e1d01d8d1
@@ -86,7 +86,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
val daggerVersion = "2.40"
|
val daggerVersion = "2.40.3"
|
||||||
val kotlinVersion = "1.5.31"
|
val kotlinVersion = "1.5.31"
|
||||||
val kxCoroutinesVersion = "1.5.2"
|
val kxCoroutinesVersion = "1.5.2"
|
||||||
val ktorVersion = "1.6.6"
|
val ktorVersion = "1.6.6"
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ kotlin {
|
|||||||
val jvmMain by getting {
|
val jvmMain by getting {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(kotlin("stdlib-jdk8"))
|
implementation(kotlin("stdlib-jdk8"))
|
||||||
compileOnly("com.google.dagger:dagger:2.40")
|
compileOnly("com.google.dagger:dagger:2.40.3")
|
||||||
implementation("com.google.guava:guava:31.0.1-android")
|
implementation("com.google.guava:guava:31.0.1-android")
|
||||||
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.5.31")
|
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.5.31")
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2")
|
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2")
|
||||||
|
|||||||
Reference in New Issue
Block a user