Limit ktor2 latest dep test version (#12421)
This commit is contained in:
parent
8f18c30493
commit
7324649dc1
|
@ -32,6 +32,11 @@ dependencies {
|
||||||
|
|
||||||
testLibrary("io.ktor:ktor-server-netty:$ktorVersion")
|
testLibrary("io.ktor:ktor-server-netty:$ktorVersion")
|
||||||
testLibrary("io.ktor:ktor-client-cio:$ktorVersion")
|
testLibrary("io.ktor:ktor-client-cio:$ktorVersion")
|
||||||
|
|
||||||
|
latestDepTestLibrary("io.ktor:ktor-client-core:2.+")
|
||||||
|
latestDepTestLibrary("io.ktor:ktor-server-core:2.+")
|
||||||
|
latestDepTestLibrary("io.ktor:ktor-server-netty:2.+")
|
||||||
|
latestDepTestLibrary("io.ktor:ktor-client-cio:2.+")
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
|
|
|
@ -23,6 +23,11 @@ dependencies {
|
||||||
|
|
||||||
testLibrary("io.ktor:ktor-server-netty:$ktorVersion")
|
testLibrary("io.ktor:ktor-server-netty:$ktorVersion")
|
||||||
testLibrary("io.ktor:ktor-client-cio:$ktorVersion")
|
testLibrary("io.ktor:ktor-client-cio:$ktorVersion")
|
||||||
|
|
||||||
|
latestDepTestLibrary("io.ktor:ktor-client-core:2.+")
|
||||||
|
latestDepTestLibrary("io.ktor:ktor-server-core:2.+")
|
||||||
|
latestDepTestLibrary("io.ktor:ktor-server-netty:2.+")
|
||||||
|
latestDepTestLibrary("io.ktor:ktor-client-cio:2.+")
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
|
|
Loading…
Reference in New Issue