Skip to content

Commit

Permalink
Updated swift-package-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
art-divin committed Jun 22, 2024
1 parent 33f948a commit 7b293bf
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 @@ -261,7 +261,7 @@ var dependencies: [Package.Dependency] = [
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.0"),
.package(url: "https://github.com/Quick/Quick.git", from: "3.0.0"),
.package(url: "https://github.com/Quick/Nimble.git", from: "9.0.0"),
.package(url: "https://github.com/art-divin/swift-package-manager.git", from: "1.0.3"),
.package(url: "https://github.com/art-divin/swift-package-manager.git", exact: "1.0.7"),
]

#if !canImport(ObjectiveC)
Expand Down

0 comments on commit 7b293bf

Please sign in to comment.