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:
@@ -21,12 +21,12 @@ tasks {
|
||||
|
||||
dependencies {
|
||||
api(projects.mockwebserver3)
|
||||
api(Dependencies.junit5Api)
|
||||
compileOnly(Dependencies.animalSniffer)
|
||||
api(libs.junit.jupiter.api)
|
||||
compileOnly(libs.animalsniffer.annotations)
|
||||
|
||||
testRuntimeOnly(Dependencies.junit5JupiterEngine)
|
||||
testImplementation(Dependencies.assertj)
|
||||
testImplementation(Dependencies.kotlinJunit5)
|
||||
testRuntimeOnly(libs.junit.jupiter.engine)
|
||||
testImplementation(libs.assertj.core)
|
||||
testImplementation(libs.kotlin.junit5)
|
||||
}
|
||||
|
||||
mavenPublishing {
|
||||
|
||||
Reference in New Issue
Block a user