mirror of
https://github.com/square/okhttp.git
synced 2025-11-23 06:42:24 +03:00
Adopt Version Catalog and Updates plugin (#7075)
This commit is contained in:
@@ -3,11 +3,11 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation(Dependencies.okio)
|
||||
testImplementation(Dependencies.moshi)
|
||||
testImplementation(libs.squareup.okio)
|
||||
testImplementation(libs.squareup.moshi)
|
||||
testImplementation(projects.okhttp)
|
||||
testImplementation(projects.okhttpTestingSupport)
|
||||
testImplementation(projects.mockwebserver)
|
||||
testImplementation(Dependencies.junit)
|
||||
testImplementation(Dependencies.assertj)
|
||||
testImplementation(libs.junit)
|
||||
testImplementation(libs.assertj.core)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user