Skip to content

Commit 7f03f43

Browse files
chore(deps): update plugin io.kotest.multiplatform to v6.0.0.m2 (#277)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | io.kotest.multiplatform | `6.0.0.M1` -> `6.0.0.M2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin/6.0.0.M2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin/6.0.0.M2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin/6.0.0.M1/6.0.0.M2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin/6.0.0.M1/6.0.0.M2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 70adde0 commit 7f03f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.targets.js.yarn.yarn
55
plugins {
66
kotlin("multiplatform") version "2.1.10"
77
kotlin("plugin.serialization") version "2.1.10"
8-
id("io.kotest.multiplatform") version "6.0.0.M1"
8+
id("io.kotest.multiplatform") version "6.0.0.M2"
99
distribution
1010
}
1111

0 commit comments

Comments
 (0)