Skip to content

Commit

Permalink
Merge pull request #1153 from zacYL/issue_1151
Browse files Browse the repository at this point in the history
bug: bksync依赖 okhttp 相应版本调整#1151
  • Loading branch information
owenlxu authored Sep 14, 2023
2 parents 714a251 + 8165bff commit 33f46e0
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 33f46e0

Please sign in to comment.