From 6bbaa4fa5eeb0878508acb7e93376735965806c2 Mon Sep 17 00:00:00 2001 From: Joe Fabisevich Date: Fri, 6 Jan 2023 22:09:22 -0500 Subject: [PATCH] Unpinning swift-collections dependency from version 1.0.2 --- Package.resolved | 4 ++-- Package.swift | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index aa46d4a..907475e 100644 --- a/Package.resolved +++ b/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-collections", "state" : { - "revision" : "48254824bb4248676bf7ce56014ff57b142b77eb", - "version" : "1.0.2" + "revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2", + "version" : "1.0.4" } }, { diff --git a/Package.swift b/Package.swift index 8e67c1c..291d5ba 100644 --- a/Package.swift +++ b/Package.swift @@ -16,8 +16,8 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/mergesort/Bodega.git", exact: Version(2, 0, 2)), - .package(url: "https://github.com/apple/swift-collections", exact: Version(1, 0, 2)), - .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"), + .package(url: "https://github.com/apple/swift-collections", from: Version(1, 0, 3)), + .package(url: "https://github.com/apple/swift-docc-plugin", from: Version(1, 0, 0)), ], targets: [ .target(