Skip to content

Commit

Permalink
Update Nimble to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
younata committed Apr 15, 2023
1 parent bee41f4 commit 1d08f22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Externals/Nimble
Submodule Nimble updated 269 files
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Quick/Nimble.git",
"state" : {
"revision" : "b7f6c49acdb247e3158198c5448b38c3cc595533",
"version" : "11.2.1"
"revision" : "ecade0f20e58e55ba3e5f110b701dad88fd40170",
"version" : "12.0.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
.library(name: "Quick", targets: ["Quick"]),
],
dependencies: [
.package(url: "https://github.com/Quick/Nimble.git", from: "11.2.0"),
.package(url: "https://github.com/Quick/Nimble.git", from: "12.0.0"),
],
targets: {
var targets: [Target] = [
Expand Down

0 comments on commit 1d08f22

Please sign in to comment.