-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synchronize kotest version to 6.0.0.M1 via version catalog (#398)
I see that Renovate managed to bump two packages, and for other packages, CI is failing. Not sure if it's because the artifacts are broken, or the changes need to go together. To solve it, let's make Renovate bump versions of all kotest-related packages at once, for the sake of consistency. This change downgrades some kotest-related libraries to 6.0.0.M1.
- Loading branch information
Showing
4 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[versions] | ||
kotest = "6.0.0.M1" | ||
|
||
[libraries] | ||
kotest-framework-engine = { module = "io.kotest:kotest-framework-engine", version.ref = "kotest" } | ||
kotest-framework-api = { module = "io.kotest:kotest-framework-api", version.ref = "kotest" } | ||
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" } | ||
kotest-framework-multiplatform-plugin-gradle = { module = "io.kotest:kotest-framework-multiplatform-plugin-gradle", version.ref = "kotest" } | ||
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" } |