Update SPM syntax with 4.2.1

This commit is contained in:
Tanin Rojanapiansatith 2019-10-02 19:00:19 +01:00
parent bf0c9e6151
commit 69545376c4
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ let package = Package(
name: "YOUR_PROJECT_NAME",
targets: [],
dependencies: [
.Package(url: "https://github.com/yannickl/DynamicColor.git", versions: "4.2.0" ..< Version.max)
.package(url: "https://github.com/yannickl/DynamicColor.git", from: "4.2.1")
]
)
```