Skip to content

Commit

Permalink
Kotlin 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Nov 27, 2024
1 parent a88628a commit 4666dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ coroutines = "1.8.1"
detekt = "1.23.7"
junit = "4.13.2"
kctfork = "0.7.0-alpha01"
kotlin = "2.1.0-RC"
kotlin = "2.1.0"
kotlinPoet = "1.18.1"
kspVersion = "2.0.21-1.0.28"

groupId = "de.jensklingenberg.ktorfit"
ktorfit = "2.2.0"
ktorfitKsp = "2.2.0-1.0.28"
ktorfitCompiler = "2.1.0-2.1.0-RC"
ktorfitCompiler = "2.1.0-2.1.0"
ktorfitCallConverter = "2.2.0"
ktorfitFlowConverter = "2.2.0"
ktorfitResponseConverter = "2.2.0"
Expand Down

0 comments on commit 4666dd4

Please sign in to comment.