Skip to content

Commit 4df58e2

Browse files
Bump ch.tutteli.atrium:atrium-fluent from 1.3.0-alpha-1 to 1.3.0-alpha-2
Bumps [ch.tutteli.atrium:atrium-fluent](https://github.com/robstoll/atrium) from 1.3.0-alpha-1 to 1.3.0-alpha-2. - [Release notes](https://github.com/robstoll/atrium/releases) - [Commits](robstoll/atrium@v1.3.0-alpha-1...v1.3.0-alpha-2) --- updated-dependencies: - dependency-name: ch.tutteli.atrium:atrium-fluent dependency-version: 1.3.0-alpha-2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72e0cef commit 4df58e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencyResolutionManagement {
1515
library("junit", "org.junit.jupiter", "junit-jupiter").versionRef(junit5)
1616
library("junit-api", "org.junit.jupiter", "junit-jupiter-api").versionRef(junit5)
1717
library("junit-engine", "org.junit.jupiter", "junit-jupiter-engine").versionRef(junit5)
18-
library("atrium", "ch.tutteli.atrium:atrium-fluent:1.3.0-alpha-1")
18+
library("atrium", "ch.tutteli.atrium:atrium-fluent:1.3.0-alpha-2")
1919
library("mockk", "io.mockk:mockk:1.14.2")
2020

2121
val slf4j = version("slf4j", "2.0.16")

0 commit comments

Comments
 (0)