Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Aug 12, 2024
1 parent a9e8581 commit 678a93a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ coroutines = "1.8.1"
detekt = "1.23.6"
junit = "4.13.2"
kctfork = "0.4.1"
kotlin = "2.0.10"
kotlin = "2.0.0"
kotlinPoet = "1.18.1"
kspVersion = "2.0.10-1.0.24"

groupId = "de.jensklingenberg.ktorfit"
ktorfit = "2.0.1"
ktorfitKsp = "2.0.1-1.0.24"
ktorfitCompiler = "2.0.1-2.0.10"
ktorfitCallConverter = "2.0.0"
ktorfitFlowConverter = "2.0.0"
ktorfitResponseConverter = "2.0.0"
ktorfitCallConverter = "2.0.1"
ktorfitFlowConverter = "2.0.1"
ktorfitResponseConverter = "2.0.1"
ktorfitGradle = "2.0.1"

ktorfitGradlePlugin = "2.0.0"
Expand Down

0 comments on commit 678a93a

Please sign in to comment.