Skip to content

Commit

Permalink
refactor(BE-122): retrieve-the-authenticated-user
Browse files Browse the repository at this point in the history
 - update versions
  • Loading branch information
hanrw committed Dec 15, 2023
1 parent e3d840a commit 478c1d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ multiplatform-swiftpackage = { id = "io.github.luca992.multiplatform-swiftpackag
[versions]

kotlin = "2.0.0-Beta1"
ktor = "2.3.6"
kotlinx-serialization = "1.6.1"
kover = "0.7.4"
ktor = "2.3.7"
kotlinx-serialization = "1.6.2"
kover = "0.7.5"

junit = "5.10.1"
mockito-junit-jupiter = "5.7.0"
mockito-kotlin = "5.1.0"
mockito-junit-jupiter = "5.8.0"
mockito-kotlin = "5.2.1"
assertj-core = "3.24.2"

# plugins
multiplatform-swiftpackage = "2.2.0"
multiplatform-swiftpackage = "2.2.1"

[libraries]

Expand Down

0 comments on commit 478c1d9

Please sign in to comment.