Skip to content

Commit 682808a

Browse files
committed
chore: update RFC dependencies to 0.1.0 and fix domain-type URL
1 parent 04cca7d commit 682808a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ let package = Package(
2626
.library(name: .emailAddress, targets: [.emailAddress])
2727
],
2828
dependencies: [
29-
.package(url: "https://github.com/swift-standards/swift-rfc-2822", from: "0.0.1"),
30-
.package(url: "https://github.com/swift-standards/swift-rfc-5321", from: "0.0.1"),
31-
.package(url: "https://github.com/swift-standards/swift-rfc-5322", from: "0.0.1"),
32-
.package(url: "https://github.com/swift-standards/swift-rfc-6531", from: "0.0.1"),
33-
.package(url: "https://github.com/coenttb/swift-domain-type", from: "0.0.1")
29+
.package(url: "https://github.com/swift-standards/swift-rfc-2822", from: "0.1.0"),
30+
.package(url: "https://github.com/swift-standards/swift-rfc-5321", from: "0.1.0"),
31+
.package(url: "https://github.com/swift-standards/swift-rfc-5322", from: "0.1.0"),
32+
.package(url: "https://github.com/swift-standards/swift-rfc-6531", from: "0.1.0"),
33+
.package(url: "https://github.com/swift-standards/swift-domain-type", from: "0.1.0")
3434
],
3535
targets: [
3636
.target(

0 commit comments

Comments
 (0)