Update dependency io.strikt:strikt-core to v0.34.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
io.strikt:strikt-core (source) | dependencies | minor |
0.31.0 -> 0.34.1
|
Release Notes
robfletcher/strikt
v0.34.1
- Removes the overload of
isNotNull
to avoid overload ambiguity when the subject is a platform type.
v0.34.0
- Adds
propertiesAreEqualToIgnoring
assertion. - Adds
isSameInstant
assertion for date/time types.
v0.33.0
- Supports Kotlin 1.6
- Add
doesNotContainKey
anddoesNotContainKeys
map assertions
v0.32.0
- Supports Kotlin 1.5
- Removes
strikt-gradle
module as classpath isolation is problematic with Kotlin 1.5 and thegradleTestKit
dependency. - Adds
Assertion.Builder<T>.subject : T
property for accessing the subject value.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.