Skip to content

Commit

Permalink
Update dependency jpsim/Yams to from: "5.1.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and pixlwave committed May 20, 2024
1 parent 00f04df commit 8d39081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.3.1")),
.package(url: "https://github.com/element-hq/swift-command-line-tools.git", revision: "a6ad90808f4f6cac615ab8496c6ff1bc5f9fa192"),
// .package(path: "../../../swift-command-line-tools"),
.package(url: "https://github.com/jpsim/Yams", .upToNextMinor(from: "5.0.0"))
.package(url: "https://github.com/jpsim/Yams", .upToNextMinor(from: "5.1.2"))
],
targets: [
.executableTarget(name: "Tools",
Expand Down

0 comments on commit 8d39081

Please sign in to comment.