Skip to content

Commit

Permalink
Updated SwiftPM
Browse files Browse the repository at this point in the history
  • Loading branch information
art-divin committed Jun 22, 2024
1 parent 990b247 commit 963f489
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/art-divin/swift-package-manager.git",
"state" : {
"revision" : "e52fe5f37674b0bd648f3a45a34909af40d50cd1",
"version" : "1.0.7"
"revision" : "7df9321541e544d711dd93f5b97dd4e8bf7e100e",
"version" : "1.0.8"
}
},
{
Expand Down
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", exact: "1.0.7"),
.package(url: "https://github.com/art-divin/swift-package-manager.git", exact: "1.0.8"),
]

#if !canImport(ObjectiveC)
Expand Down

0 comments on commit 963f489

Please sign in to comment.