Skip to content

Commit

Permalink
build(deps): bump org.jetbrains.kotlinx:lincheck from 2.32 to 2.33
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx:lincheck](https://github.com/Kotlin/kotlinx-lincheck) from 2.32 to 2.33.
- [Release notes](https://github.com/Kotlin/kotlinx-lincheck/releases)
- [Changelog](https://github.com/JetBrains/lincheck/blob/master/RELEASE.md)
- [Commits](JetBrains/lincheck@lincheck-2.32...lincheck-2.33)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:lincheck
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 628a98a commit 8b40b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ktor-client-mock = { group = "io.ktor", name = "ktor-client-mock", version.ref =

# Lincheck
# https://kotlinlang.org/docs/lincheck-guide.html#associate-compiler-tasks
kotlinx-lincheck = "org.jetbrains.kotlinx:lincheck:2.32"
kotlinx-lincheck = "org.jetbrains.kotlinx:lincheck:2.33"

# https://github.com/ForteScarlet/kotlin-suspend-interface-reversal
suspend-reversal-annotations = { module = "love.forte.suspend-interface-reversal:annotations", version.ref = "suspendReversal" }
Expand Down

0 comments on commit 8b40b29

Please sign in to comment.