Skip to content

Commit

Permalink
fix(deps): update ktorversion to v2.3.3-eap-712
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 1, 2023
1 parent 4db2e77 commit 90d1b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/MultiplatformExample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

version = "1.0"
val ktorVersion = "2.3.1"
val ktorVersion = "2.3.3-eap-712"
val ktorfitVersion = "1.4.2"

configure<de.jensklingenberg.ktorfit.gradle.KtorfitGradleConfiguration> {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kotlinPoet = "1.14.2"
kspVersion = "1.8.22-1.0.11"
ktorfit = "1.4.2"
ktorfit-lib = "1.4.2"
ktorVersion = "2.3.1"
ktorVersion = "2.3.3-eap-712"
dokkaVersion = "1.8.20"
gradleMavenPublishPlugin = "0.24.0"

Expand Down

0 comments on commit 90d1b9a

Please sign in to comment.