Skip to content

Commit

Permalink
fix: ktorx version
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed Feb 7, 2024
1 parent 86c5ba4 commit c263e4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extopy-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ kotlin {
val ktorVersion = "2.3.7"
val koinVersion = "3.5.0"
val logbackVersion = "0.9.30"
val ktorxVersion = "2.0.1"
val ktorxVersion = "2.0.2"

sourceSets {
val commonMain by getting {
Expand Down
2 changes: 1 addition & 1 deletion extopy-commons/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ kotlin {

applyDefaultHierarchyTemplate()

val ktorxVersion = "2.0.1"
val ktorxVersion = "2.0.2"
val usecasesVersion = "1.5.5"

sourceSets {
Expand Down

0 comments on commit c263e4f

Please sign in to comment.