Skip to content

Commit cf06188

Browse files
authored
feat: update ktor stable v3 (#389)
1 parent 0362675 commit cf06188

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin = "2.0.20"
33
coroutines = "1.8.1"
44
serialization = "1.7.3"
5-
ktor = "3.0.0-rc-2"
5+
ktor = "3.0.0"
66
kotlinio = "0.5.4"
77
logback = "1.4.8"
88

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ dependencyResolutionManagement {
2323
repositories {
2424
google()
2525
mavenCentral()
26-
maven("https://maven.pkg.jetbrains.space/public/p/ktor/eap")
2726
}
2827
}

0 commit comments

Comments
 (0)