Skip to content

Commit

Permalink
dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
NikSativa committed Apr 12, 2024
1 parent 1f95fde commit 50c9df4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/NikSativa/SpryKit.git",
"state" : {
"revision" : "68d9a9411e01b6b0edd56c2b7e4739db65111053",
"version" : "2.2.1"
"revision" : "e0dd3952fd17e3646c260e21fc3fd656f5b636e0",
"version" : "2.2.2"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -17,7 +17,7 @@ let package = Package(
.library(name: "ThreadingTestHelpers", targets: ["ThreadingTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.1"))
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
],
targets: [
.target(name: "Threading",
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.5.swift
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "ThreadingTestHelpers", targets: ["ThreadingTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.1"))
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
],
targets: [
.target(name: "Threading",
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.6.swift
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "ThreadingTestHelpers", targets: ["ThreadingTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.1"))
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
],
targets: [
.target(name: "Threading",
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.7.swift
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "ThreadingTestHelpers", targets: ["ThreadingTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.1"))
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
],
targets: [
.target(name: "Threading",
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.8.swift
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "ThreadingTestHelpers", targets: ["ThreadingTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.1"))
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
],
targets: [
.target(name: "Threading",
Expand Down

0 comments on commit 50c9df4

Please sign in to comment.