Skip to content

Commit

Permalink
doc: Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Apostolos Giokas committed May 19, 2024
1 parent e9be135 commit 4de2e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let package = Package(
targets: ["MyPackage"]),
],
dependencies: [
.package(url: "https://github.com/agiokas/Dependo", exact: "0.2")
.package(url: "https://github.com/agiokas/Dependo", .upToNextMajor(from: "0.2"))
],
targets: [
.target(
Expand Down

0 comments on commit 4de2e93

Please sign in to comment.