Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kfsm = "0.12.0"
# kfsm-v2 2.2+ changed Outbox method signatures to return Result<…>.
# Pinned to 2.1.0 until InMemoryOutbox and related code are updated to match.
kfsmv2 = "2.1.0"
kotest = "5.9.1"
kotest = "6.2.3"
kotlinxCoroutines = "1.10.2"
kotestArrow = "2.0.0"
# @pin
Expand Down
Loading