Skip to content

Commit

Permalink
Lift dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
philippzagar committed Feb 27, 2024
1 parent ad89043 commit 0a54004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ let package = Package(
.library(name: "SpeziValidation", targets: ["SpeziValidation"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.4"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.15.1")
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.0"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.15.3")
],
targets: [
.target(
Expand Down

0 comments on commit 0a54004

Please sign in to comment.