Skip to content

Commit

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

* Apparently updated

---------

Co-authored-by: Zac Sweers <[email protected]>
  • Loading branch information
slack-oss-bot and ZacSweers authored Dec 13, 2024
1 parent 3abe90c commit aea2f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.kotlin:kotlin-metadata-jvm", version.ref = "kotlin" }
ktfmt = { module = "com.facebook:ktfmt", version.ref = "ktfmt" }
eithernet = "com.slack.eithernet:eithernet:1.9.0"
eithernet = "com.slack.eithernet:eithernet:2.0.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
2 changes: 1 addition & 1 deletion 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, 20)
val lintKotlinVersion = KotlinVersion(1, 9, 21)

buildConfig {
packageName("slack.lint")
Expand Down

0 comments on commit aea2f29

Please sign in to comment.