Skip to content

Commit 8bf91d0

Browse files
committed
Update dependency versions to latest tags
1 parent f75f3fa commit 8bf91d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ let package = Package(
2626
.library(name: .rfc1123, targets: [.rfc1123])
2727
],
2828
dependencies: [
29-
.package(url: "https://github.com/swift-standards/swift-rfc-1035", from: "0.4.2"),
29+
.package(url: "https://github.com/swift-standards/swift-rfc-1035", from: "0.4.3"),
3030
.package(url: "https://github.com/swift-standards/swift-standards", from: "0.10.0"),
31-
.package(url: "https://github.com/swift-standards/swift-incits-4-1986", from: "0.6.2"),
31+
.package(url: "https://github.com/swift-standards/swift-incits-4-1986", from: "0.6.3"),
3232
],
3333
targets: [
3434
.target(

0 commit comments

Comments
 (0)