Skip to content

Commit

Permalink
Remove deprecated converters
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Dec 7, 2023
1 parent eb5054a commit d745da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kctfork = "0.3.2"
kotlin = "1.9.21"
kotlinPoet = "1.15.1"
kspVersion = "1.9.21-1.0.15"
ktorfit = "1.11.0"
ktorfit = "2.0.0-SNAPSHOT"
ktorfitGradlePlugin = "1.10.1"
ktorVersion = "3.0.0-beta-1"
mockk = "1.13.8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ open class KtorfitGradleConfiguration {
/**
* version number of the compiler plugin
*/
private var version: String = "1.11.0" // remember to bump this version before any release!
internal var version: String = "2.0.0-SNAPSHOT" // remember to bump this version before any release!

/**
* used to get debug information from the compiler plugin
Expand Down

0 comments on commit d745da0

Please sign in to comment.