Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
Downgrade Yams to 4.0.6
  • Loading branch information
alex-taras authored Sep 15, 2024
1 parent ecb58cd commit 8d386b1
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 @@ -24,7 +24,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/jpsim/Yams", from: "5.0.6")
.package(url: "https://github.com/jpsim/Yams", from: "4.0.6")
],
targets: [
.target(
Expand Down

0 comments on commit 8d386b1

Please sign in to comment.