Skip to content

Commit b82510a

Browse files
authored
Merge pull request #8 from sideeffect-io/feature/bump-xctest-dynamic-overlay
project: bump xctest-dynamic-overlay to 0.4.0
2 parents 5cbfced + dc6384b commit b82510a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
),
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git", from: "0.3.3")
20+
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git", .upToNextMajor(from: "0.4.0"))
2121
],
2222
targets: [
2323
.target(

0 commit comments

Comments
 (0)