Skip to content

Commit 3e5b44c

Browse files
Ktor 3.4
1 parent 74d9884 commit 3e5b44c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

projects/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mockito = "5.2.0"
4141
mockk = "1.14.7"
4242
robolectric = "4.16"
4343
# Ktor
44-
ktor = "3.4.0-eap-1520"
44+
ktor = "3.4.0"
4545
slf4j = "2.0.17"
4646
uuidVersion = "0.8.4"
4747

projects/settings.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)