Skip to content

Commit

Permalink
ktor EAP 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Dec 1, 2024
1 parent a8bf835 commit 0343012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ pluginManagement {
dependencyResolutionManagement {
repositories {
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/ktor/eap")
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlinx-coroutines = "1.9.0"
kotlinx-benchmark = "0.4.8"
kotlinx-bcv = "0.16.3"

ktor = "3.0.1"
ktor = "3.0.2-eap-1173"

netty = "4.1.115.Final"
netty-quic = "0.0.69.Final"
Expand Down

0 comments on commit 0343012

Please sign in to comment.