Skip to content

Commit

Permalink
Set snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Nov 5, 2023
1 parent 615e151 commit 8de374a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ kctfork = "0.3.2"
kotlin = "1.9.20"
kotlinPoet = "1.14.2"
kspVersion = "1.9.20-1.0.14"
ktorfit = "1.9.1"
ktorfitGradlePlugin = "1.8.1"
ktorfit = "KTORFIT-SNAPSHOT"
ktorfitGradlePlugin = "KTORFIT-SNAPSHOT"
ktorVersion = "2.3.4"
mockk = "1.13.8"
mockito-kotlin = "4.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ open class KtorfitGradleConfiguration {
* version number of the compiler plugin
*/
@Deprecated("Update the Gradle plugin instead of updating this version")
var version: String = "1.9.1" // remember to bump this version before any release!
var version: String = "KTORFIT-SNAPSHOT" // remember to bump this version before any release!

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

0 comments on commit 8de374a

Please sign in to comment.