From b2ecbe0e6e25c9582ffba6a7474cd9bf50a6624a Mon Sep 17 00:00:00 2001 From: eugene Date: Thu, 22 Apr 2021 13:15:48 +0300 Subject: [PATCH] update deps --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 23a34dd..9437daa 100644 --- a/Package.swift +++ b/Package.swift @@ -14,11 +14,11 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/s1ddok/Alloy.git", - .upToNextMinor(from: "0.16.3")), + .upToNextMajor(from: "0.17.0")), .package(url: "https://github.com/devicekit/DeviceKit.git", - .upToNextMinor(from: "4.2.1")), + .upToNextMajor(from: "4.2.1")), .package(url: "https://github.com/eugenebokhan/ResourcesBridge.git", - .upToNextMinor(from: "0.0.4")) + .upToNextMajor(from: "0.0.4")) ], targets: [ .target(name: "SwiftSnapshotTesting",