Skip to content

Commit

Permalink
Loosen the maximum version requirements for dependencies, and revert …
Browse files Browse the repository at this point in the history
…to SAP 1.2.1

This is preferable to raising the required version.
  • Loading branch information
tonyarnold committed Dec 14, 2023
1 parent e22539b commit 91d9cd7
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 @@ -9,8 +9,8 @@ let package = Package(
.library(name: "SourceKittenFramework", targets: ["SourceKittenFramework"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.3.0")),
.package(url: "https://github.com/drmohundro/SWXMLHash.git", .upToNextMinor(from: "7.0.2")),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.1"),
.package(url: "https://github.com/drmohundro/SWXMLHash.git", from: "7.0.2"),
.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.5"),
],
targets: [
Expand Down

0 comments on commit 91d9cd7

Please sign in to comment.