Bump daggerVersion from 2.35.1 to 2.36 (#933)

Bumps `daggerVersion` from 2.35.1 to 2.36.

Updates `dagger` from 2.35.1 to 2.36
- [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.35.1...dagger-2.36)

Updates `dagger-compiler` from 2.35.1 to 2.36
- [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.35.1...dagger-2.36)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/932/head
dependabot[bot] 4 years ago committed by GitHub
parent 7fac86b617
commit 55b841a8b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -88,7 +88,7 @@ android {
}
dependencies {
val daggerVersion = "2.35.1"
val daggerVersion = "2.36"
val kotlinVersion = "1.5.0"
val kxCoroutinesVersion = "1.4.2"
val ktorVersion = "1.5.4"

@ -43,7 +43,7 @@ kotlin {
val jvmMain by getting {
dependencies {
implementation(kotlin("stdlib-jdk8"))
compileOnly("com.google.dagger:dagger:2.35.1")
compileOnly("com.google.dagger:dagger:2.36")
implementation("com.google.guava:guava:30.1.1-android")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.5.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.2")

Loading…
Cancel
Save