File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
instrumentation/ktor/ktor-2.0 Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ dependencies {
3232
3333 testLibrary(" io.ktor:ktor-server-netty:$ktorVersion " )
3434 testLibrary(" io.ktor:ktor-client-cio:$ktorVersion " )
35+
36+ latestDepTestLibrary(" io.ktor:ktor-client-core:2.+" )
37+ latestDepTestLibrary(" io.ktor:ktor-server-core:2.+" )
38+ latestDepTestLibrary(" io.ktor:ktor-server-netty:2.+" )
39+ latestDepTestLibrary(" io.ktor:ktor-client-cio:2.+" )
3540}
3641
3742kotlin {
Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ dependencies {
2323
2424 testLibrary(" io.ktor:ktor-server-netty:$ktorVersion " )
2525 testLibrary(" io.ktor:ktor-client-cio:$ktorVersion " )
26+
27+ latestDepTestLibrary(" io.ktor:ktor-client-core:2.+" )
28+ latestDepTestLibrary(" io.ktor:ktor-server-core:2.+" )
29+ latestDepTestLibrary(" io.ktor:ktor-server-netty:2.+" )
30+ latestDepTestLibrary(" io.ktor:ktor-client-cio:2.+" )
2631}
2732
2833kotlin {
You can’t perform that action at this time.
0 commit comments