Skip to content

Commit

Permalink
bug: bksync依赖 okhttp 相应版本调整#1151
Browse files Browse the repository at this point in the history
  • Loading branch information
zacYL committed Sep 11, 2023
1 parent ef37e05 commit 8165bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/common/common-bksync/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
implementation("com.squareup.okhttp3:okhttp")
implementation(project(":common:common-api"))
implementation("ch.qos.logback:logback-classic")
implementation("com.squareup.okhttp3:okhttp-sse")
implementation("com.squareup.okhttp3:okhttp-sse:${Versions.OKhttp}")
}
plugins {
id("me.champeau.gradle.jmh") version Versions.JMH
Expand Down

0 comments on commit 8165bff

Please sign in to comment.