JohnSundell / Marathon

[DEPRECATED] Marathon makes it easy to write, run and manage your Swift scripts 🏃
MIT License
1.86k stars 78 forks source link

Retrieve the Swift Package Manager version instead of the Swift version #141

Closed dabrut closed 7 years ago

dabrut commented 7 years ago

This fix will prevent versions mismatch and errors like error: package at '/Users/daveve/.marathon/Scripts/Cache/-Users-daveve-uppd-helloWorld' requires a minimum Swift tools version of 4.0.2 (currently 4.0.0) when adding/removing dependencies

JohnSundell commented 7 years ago

Hi @dabrut 👋 Thanks for this contribution. I actually just pushed a PR to fix this problem here: https://github.com/JohnSundell/Marathon/pull/142 🙂

dabrut commented 7 years ago

Hi @JohnSundell. That was very fast 😄. Glad you fixed it 👍. I'll close this one then.

JohnSundell commented 7 years ago

Cool, thanks again 😄