Skip to content

Commit

Permalink
build: use stable ktor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Dec 8, 2022
1 parent 8cbff85 commit d6ced5a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ if (isCI()) {
repositories {
google()
mavenCentral()
maven {
url = uri("https://maven.pkg.jetbrains.space/public/p/ktor/eap")
}
}

afterEvaluate {
Expand Down Expand Up @@ -107,7 +104,7 @@ kotlin {
}

sourceSets {
val ktorVersion = "2.2.0-eap-564"
val ktorVersion = "2.2.1"
val serializationVersion = "1.4.1"
val coroutinesVersion = "1.6.4"

Expand Down

0 comments on commit d6ced5a

Please sign in to comment.