Use 5.0.0 version of cli framework

This commit is contained in:
Timofey Solomko
2018-04-21 13:45:35 +03:00
parent ed56b7d8bf
commit dfa4aeb478
+1 -1
View File
@@ -11,7 +11,7 @@ let package = Package(
dependencies: [
// SWCOMP: Uncomment the line below to build swcomp example program.
// .package(url: "https://github.com/jakeheis/SwiftCLI",
// from: "4.2.0"),
// from: "5.0.0"),
.package(url: "https://github.com/tsolomko/BitByteData",
from: "1.2.0-test"),
],