We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da73b7e commit e8c1957Copy full SHA for e8c1957
1 file changed
Package.swift
@@ -9,7 +9,7 @@ let package = Package(
9
.library(name: "ANSI", targets: ["ANSI"])
10
],
11
dependencies: [
12
- .package(url: "https://github.com/swiftconsole/ascii.git", from: "1.1.0"),
+ .package(url: "https://github.com/swiftconsole/ascii.git", from: "1.2.0"),
13
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0"),
14
15
targets: [
0 commit comments