Skip to content

Commit

Permalink
fix(deps): update dependency com.slack.eithernet:eithernet to v2
Browse files Browse the repository at this point in the history
Co-Authored-by: Harsh Shandilya <[email protected]>
  • Loading branch information
renovate[bot] and msfjarvis committed Dec 10, 2024
1 parent f8d1662 commit a617db2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ dependencies {
api(projects.model)

implementation(libs.eithernet)
implementation(libs.eithernet.integration.retrofit)
implementation(libs.jsoup)

testImplementation(testFixtures(libs.eithernet))
testImplementation(libs.eithernet.test.fixtures)
testImplementation(libs.kotlinx.coroutines.test)
testImplementation(libs.kotlinx.serialization.core)
testImplementation(libs.kotlinx.serialization.json)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
package dev.msfjarvis.claw.api.injection

import com.deliveryhero.whetstone.app.ApplicationScope
import com.slack.eithernet.ApiResultCallAdapterFactory
import com.slack.eithernet.ApiResultConverterFactory
import com.slack.eithernet.integration.retrofit.ApiResultCallAdapterFactory
import com.slack.eithernet.integration.retrofit.ApiResultConverterFactory
import com.squareup.anvil.annotations.ContributesTo
import dagger.Module
import dagger.Provides
Expand Down
5 changes: 4 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ benchmark = "1.4.0-alpha05"
coil3 = "3.0.4"
coroutines = "1.9.0"
dagger = "2.53"
eithernet = "2.0.0"
glance = "1.0.0"
haze = "1.1.1"
junit = "5.11.3"
Expand Down Expand Up @@ -78,7 +79,9 @@ compose-richtext-ui = { module = "com.halilibo.compose-richtext:richtext-ui", ve
copydown = "io.github.furstenheim:copy_down:1.1"
dagger = { module = "com.google.dagger:dagger", version.ref = "dagger" }
dagger-compiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" }
eithernet = "com.slack.eithernet:eithernet:1.9.0"
eithernet = { module = "com.slack.eithernet:eithernet", version.ref = "eithernet" }
eithernet-integration-retrofit = { module = "com.slack.eithernet:eithernet-integration-retrofit", version.ref = "eithernet" }
eithernet-test-fixtures = { module = "com.slack.eithernet:eithernet-test-fixtures", version.ref = "eithernet" }
haze = { module = "dev.chrisbanes.haze:haze", version.ref = "haze" }
haze-materials = { module = "dev.chrisbanes.haze:haze-materials", version.ref = "haze" }
javax-inject = "javax.inject:javax.inject:1"
Expand Down

0 comments on commit a617db2

Please sign in to comment.