From 34f3ceeae74def62908825763b728e219c5b064e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 03:01:58 +0000 Subject: [PATCH] chore(deps): update dependency apple/swift-collections to from: "1.2.1" --- Resources/ProjectTemplate/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/ProjectTemplate/Package.swift b/Resources/ProjectTemplate/Package.swift index b34d756..d36f04c 100644 --- a/Resources/ProjectTemplate/Package.swift +++ b/Resources/ProjectTemplate/Package.swift @@ -9,7 +9,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/apple/swift-algorithms", from: "1.2.1"), .package(url: "https://github.com/apple/swift-atomics", from: "1.3.0"), - .package(url: "https://github.com/apple/swift-collections", from: "1.2.0"), + .package(url: "https://github.com/apple/swift-collections", from: "1.2.1"), .package(url: "https://github.com/apple/swift-crypto", from: "3.13.2"), .package(url: "https://github.com/apple/swift-numerics", from: "1.0.3"), .package(url: "https://github.com/apple/swift-system", from: "1.5.0"),