Skip to content

Commit dfa4aeb

Browse files
committed
Use 5.0.0 version of cli framework
1 parent ed56b7d commit dfa4aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
dependencies: [
1212
// SWCOMP: Uncomment the line below to build swcomp example program.
1313
// .package(url: "https://github.com/jakeheis/SwiftCLI",
14-
// from: "4.2.0"),
14+
// from: "5.0.0"),
1515
.package(url: "https://github.com/tsolomko/BitByteData",
1616
from: "1.2.0-test"),
1717
],

0 commit comments

Comments
 (0)