Skip to content

Commit 66b74c4

Browse files
committed
chore: update dependencies to use remote URLs
1 parent bcba1a4 commit 66b74c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
.library(name: "RFC 5321", targets: ["RFC 5321"]),
1515
],
1616
dependencies: [
17-
.package(url: "https://github.com/swift-standards/swift-incits-4-1986.git", from: "0.0.1"),
17+
.package(url: "https://github.com/swift-standards/swift-incits-4-1986.git", from: "0.1.0"),
1818
.package(url: "https://github.com/swift-standards/swift-rfc-1123.git", from: "0.0.1")
1919
],
2020
targets: [

0 commit comments

Comments
 (0)