Skip to content

Commit e8c1957

Browse files
authored
feat: bump ascii
1 parent da73b7e commit e8c1957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
.library(name: "ANSI", targets: ["ANSI"])
1010
],
1111
dependencies: [
12-
.package(url: "https://github.com/swiftconsole/ascii.git", from: "1.1.0"),
12+
.package(url: "https://github.com/swiftconsole/ascii.git", from: "1.2.0"),
1313
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0"),
1414
],
1515
targets: [

0 commit comments

Comments
 (0)