File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ You can use Xcode SPM GUI: *File -> Swift Packages -> Add Package Dependency ->
48
48
Or add the following to your ` Package.swift ` file:
49
49
50
50
``` swift
51
- .package (url : " https://github.com/artemkalinovsky/Legatus.git" , from : Version (from : " 2.0.1" ))
51
+ .package (url : " https://github.com/artemkalinovsky/Legatus.git" , exact : Version (" 2.0.1" ))
52
52
```
53
53
54
54
and then specify ` "Legatus" ` as a dependency of the Target in which you wish to use Legatus.
@@ -66,7 +66,7 @@ let package = Package(
66
66
targets : [" MyPackage" ]),
67
67
],
68
68
dependencies : [
69
- .package (url : " https://github.com/artemkalinovsky/Legatus.git" , from : Version (from : " 2.0.1" ) )
69
+ .package (url : " https://github.com/artemkalinovsky/Legatus.git" , exact : Version (" 2.0.1" )
70
70
],
71
71
targets : [
72
72
.target (
You can’t perform that action at this time.
0 commit comments