Skip to content

Commit 0343012

Browse files
committed
ktor EAP 3.0.2
1 parent a8bf835 commit 0343012

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build-settings/src/main/kotlin/rsocketsettings.repositories.settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ pluginManagement {
2626
dependencyResolutionManagement {
2727
repositories {
2828
mavenCentral()
29+
maven("https://maven.pkg.jetbrains.space/public/p/ktor/eap")
2930
}
3031
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlinx-coroutines = "1.9.0"
77
kotlinx-benchmark = "0.4.8"
88
kotlinx-bcv = "0.16.3"
99

10-
ktor = "3.0.1"
10+
ktor = "3.0.2-eap-1173"
1111

1212
netty = "4.1.115.Final"
1313
netty-quic = "0.0.69.Final"

0 commit comments

Comments
 (0)