Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Sep 1, 2024
1 parent 682ea88 commit f3e414d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ But there is no intent to bump the Ktorfit major version for every KSP update.

# [2.1.0]()

* Supported Kotlin version: (min) 2.0.20
* Supported Kotlin version: (min) 2.0.0
* Supported KSP version: (min) 1.0.24
* Ktor version: 2.3.12

Expand Down
12 changes: 6 additions & 6 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.5.1"
kotlin = "2.0.20"
kotlin = "2.0.0"
kotlinPoet = "1.18.1"
kspVersion = "2.0.20-1.0.24"
kspVersion = "2.0.0-1.0.24"

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

ktorfitGradlePlugin = "2.0.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class KtorfitGradlePlugin : Plugin<Project> {
const val KTORFIT_VERSION = "2.1.0" // remember to bump this version before any release!
const val SNAPSHOT = ""
const val MIN_KSP_VERSION = "1.0.24"
const val MIN_KOTLIN_VERSION = "2.0.20"
const val MIN_KOTLIN_VERSION = "2.0.0"
}

override fun apply(project: Project) {
Expand Down

0 comments on commit f3e414d

Please sign in to comment.