Skip to content

Commit

Permalink
Update dependency com.slack.eithernet:eithernet to v1.9.0 (#282)
Browse files Browse the repository at this point in the history
* Update dependency com.slack.eithernet:eithernet to v1.9.0

* Exclude stdlib transitive dep to avoid interfering with test

---------

Co-authored-by: Zac Sweers <[email protected]>
  • Loading branch information
slack-oss-bot and ZacSweers authored Aug 25, 2024
1 parent 0f5a156 commit 8c09b1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ autoService-ksp = "dev.zacsweers.autoservice:auto-service-ksp:1.2.0"
junit = "junit:junit:4.13.2"
kotlin-metadata = { module = "org.jetbrains.kotlinx:kotlinx-metadata-jvm", version = "0.9.0" }
ktfmt = { module = "com.facebook:ktfmt", version.ref = "ktfmt" }
eithernet = "com.slack.eithernet:eithernet:1.8.1"
eithernet = "com.slack.eithernet:eithernet:1.9.0"
retrofit = "com.squareup.retrofit2:retrofit:2.11.0"
lint-api = { module = "com.android.tools.lint:lint-api", version.ref = "lint" }
lint-checks = { module = "com.android.tools.lint:lint-checks", version.ref = "lint" }
Expand Down
4 changes: 2 additions & 2 deletions slack-lint-checks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
alias(libs.plugins.buildConfig)
}

val lintKotlinVersion = KotlinVersion(1, 9, 22)
val lintKotlinVersion = KotlinVersion(1, 9, 21)

buildConfig {
packageName("slack.lint")
Expand Down Expand Up @@ -63,7 +63,7 @@ dependencies {

// For IDE linking of APIs
testImplementation(libs.retrofit)
testImplementation(libs.eithernet)
testImplementation(libs.eithernet) { exclude(group = "org.jetbrains.kotlin") }
}

val kgpKotlinVersion =
Expand Down

0 comments on commit 8c09b1c

Please sign in to comment.