Skip to content

Commit

Permalink
Update to allow for any version from 0.9 through any 1.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
klundberg committed Sep 9, 2023
1 parent 5da8eaf commit 3505e89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{
"identity" : "xctest-dynamic-overlay",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay.git",
"state" : {
"revision" : "50843cbb8551db836adec2290bb4bc6bac5c1865",
"version" : "0.9.0"
"revision" : "23cbf2294e350076ea4dbd7d5d047c1e76b03631",
"version" : "1.0.2"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git",
from: "0.9.0"
"0.9.0"..<"2.0.0"
),
],
targets: [
Expand Down

0 comments on commit 3505e89

Please sign in to comment.