File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ mockito = "5.2.0"
4141mockk = " 1.14.7"
4242robolectric = " 4.16"
4343# Ktor
44- ktor = " 3.4.0-eap-1520 "
44+ ktor = " 3.4.0"
4545slf4j = " 2.0.17"
4646uuidVersion = " 0.8.4"
4747
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ dependencyResolutionManagement {
2121 }
2222 }
2323 // For Ktor EAP
24- maven(" https://maven.pkg.jetbrains.space/public/p/ktor/eap" ) {
25- mavenContent {
26- includeGroupAndSubgroups(" io.ktor" )
27- }
28- }
24+ // maven("https://maven.pkg.jetbrains.space/public/p/ktor/eap") {
25+ // mavenContent {
26+ // includeGroupAndSubgroups("io.ktor")
27+ // }
28+ // }
2929 mavenCentral()
3030 }
3131}
You can’t perform that action at this time.
0 commit comments