Skip to content

Commit

Permalink
Merge pull request #85 from allanmaral/main
Browse files Browse the repository at this point in the history
Updates SPM setup snippet since 'package(name:url:from:)' is deprecated
  • Loading branch information
krzysztofzablocki authored Jan 18, 2024
2 parents 29aad1c + 215d84f commit 5b31807
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ Open your project, click on File → Swift Packages → Add Package Dependency
```swift
dependencies: [
.package(
name: "Inject",
url: "https://github.com/krzysztofzablocki/Inject.git",
from: "1.0.5"
from: "1.2.4"
)
]
```
Expand Down

0 comments on commit 5b31807

Please sign in to comment.