Skip to content

Commit

Permalink
spm up
Browse files Browse the repository at this point in the history
  • Loading branch information
NikSativa committed Jun 8, 2023
1 parent 969bd1a commit 5f10b37
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.7
5.8
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mattgallagher/CwlCatchException.git",
"state" : {
"revision" : "35f9e770f54ce62dd8526470f14c6e137cef3eea",
"version" : "2.1.1"
"revision" : "3b123999de19bf04905bc1dfdb76f817b0f2cc00",
"version" : "2.1.2"
}
},
{
"identity" : "cwlpreconditiontesting",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mattgallagher/CwlPreconditionTesting.git",
"state" : {
"revision" : "c21f7bab5ca8eee0a9998bbd17ca1d0eb45d4688",
"version" : "2.1.0"
"revision" : "a23ded2c91df9156628a6996ab4f347526f17b6b",
"version" : "2.1.2"
}
},
{
"identity" : "nspry",
"kind" : "remoteSourceControl",
"location" : "https://github.com/NikSativa/NSpry.git",
"state" : {
"revision" : "eb1afc57f1c6a425f19a00dd7d06f3f681821e40",
"version" : "2.0.0"
"revision" : "63d9ac8dab31594c038af8698a298d93ae2e3a92",
"version" : "2.0.4"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.library(name: "NQueueTestHelpers", targets: ["NQueueTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/NSpry.git", .upToNextMajor(from: "2.0.0"))
.package(url: "https://github.com/NikSativa/NSpry.git", .upToNextMajor(from: "2.0.4"))
],
targets: [
.target(name: "NQueue",
Expand Down

0 comments on commit 5f10b37

Please sign in to comment.