Skip to content

Commit

Permalink
moved back to mainline SwiftCSV
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Es committed Nov 23, 2021
1 parent 92de56f commit 1fbd8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/openalloc/AllocData.git", from: "1.1.0"),
.package(url: "https://github.com/openalloc/SwiftCSV.git", from: "0.6.1"),
.package(url: "https://github.com/swiftcsv/SwiftCSV.git", from: "0.6.1"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "0.4.3"),
],
targets: [
Expand Down

0 comments on commit 1fbd8c4

Please sign in to comment.