Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenebokhan committed Apr 22, 2021
1 parent bc43bda commit b2ecbe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b2ecbe0

Please sign in to comment.