mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
Fix thoughtbot/Curry version in Seedfile
Downloading a specific release of Curry prevents unexpected breaks due to changes being made in the master branch of that project.
This commit is contained in:
parent
4338ee6184
commit
0e0fd3d8c2
1 changed files with 1 additions and 1 deletions
2
Seedfile
2
Seedfile
|
@ -1,3 +1,3 @@
|
|||
github "thoughtbot/Curry", "master", :files => "Source/Curry.swift"
|
||||
github "thoughtbot/Curry", "v2.3.3", :files => "Source/Curry.swift"
|
||||
github "Carthage/Commandant", "0.10.0", :files => "Sources/Commandant/*.swift"
|
||||
github "antitypical/Result", "2.0.0", :files => "Result/*.swift"
|
||||
|
|
Loading…
Add table
Reference in a new issue