Skip to content

Commit

Permalink
Merge pull request #144 from jose-gil/master
Browse files Browse the repository at this point in the history
[Fix] Update dependencies to fix building on XCode 12.4 and 12.5
  • Loading branch information
vadymmarkov authored Feb 22, 2021
2 parents caec8a4 + 809cd05 commit 2c79976
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"repositoryURL": "https://github.com/Quick/Nimble.git",
"state": {
"branch": null,
"revision": "7a46a5fc86cb917f69e3daf79fcb045283d8f008",
"version": "8.1.2"
"revision": "e491a6731307bb23783bf664d003be9b2fa59ab5",
"version": "9.0.0"
}
},
{
"package": "Quick",
"repositoryURL": "https://github.com/Quick/Quick.git",
"state": {
"branch": null,
"revision": "09b3becb37cb2163919a3842a4c5fa6ec7130792",
"version": "2.2.1"
"revision": "8a10ae40b78d2360ca56638f15fe721be8529993",
"version": "3.1.0"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ let package = Package(
],
dependencies: [
// Test dependencies
.package(url: "https://github.com/Quick/Quick.git", from: "2.0.0"),
.package(url: "https://github.com/Quick/Nimble.git", from: "8.0.0"),
.package(url: "https://github.com/Quick/Quick.git", from: "3.1.0"),
.package(url: "https://github.com/Quick/Nimble.git", from: "9.0.0"),

],
targets: [
.target(name: "Fakery", resources: [.copy("Resources")]),
.target(name: "Fakery", resources: [.process("Resources")]),
.testTarget(name: "FakeryTests", dependencies: ["Fakery","Quick", "Nimble"], path: "Tests/Fakery")
]
)

0 comments on commit 2c79976

Please sign in to comment.