Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Mar 18, 2022
1 parent eb8c2e6 commit cefa01c
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 @@ -15,9 +15,9 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/ivanvorobei/SparrowKit", .upToNextMajor(from: "3.5.8")),
.package(url: "https://github.com/ivanvorobei/SparrowKit", .upToNextMajor(from: "3.6.0")),
.package(url: "https://github.com/ivanvorobei/SPPerspective", .upToNextMajor(from: "1.4.1")),
.package(url: "https://github.com/ivanvorobei/SPDiffable", .upToNextMajor(from: "4.0.9")),
.package(url: "https://github.com/ivanvorobei/SPDiffable", .upToNextMajor(from: "4.1.0")),
.package(url: "https://github.com/ivanvorobei/SPPageController", .upToNextMajor(from: "1.3.2"))
],
targets: [
Expand Down

0 comments on commit cefa01c

Please sign in to comment.