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 58cfeb5 commit 764ad39
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/NikSativa/Threading.git",
"state" : {
"revision" : "1f95fde1280d4cd763ce027c210c3b6b5c18d7ec",
"version" : "1.3.3"
"revision" : "50c9df4583592f3b6e51cf14ee2de22d0f6ccb30",
"version" : "1.3.4"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
.library(name: "SmartImagesTestHelpers", targets: ["SmartImagesTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMajor(from: "1.3.3")),
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMajor(from: "1.3.4")),
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.5.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "SmartImagesTestHelpers", targets: ["SmartImagesTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMajor(from: "1.3.3")),
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMajor(from: "1.3.4")),
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.6.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "SmartImagesTestHelpers", targets: ["SmartImagesTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMajor(from: "1.3.3")),
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMajor(from: "1.3.4")),
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.7.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "SmartImagesTestHelpers", targets: ["SmartImagesTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMajor(from: "1.3.3")),
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMajor(from: "1.3.4")),
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.8.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "SmartImagesTestHelpers", targets: ["SmartImagesTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMajor(from: "1.3.3")),
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMajor(from: "1.3.4")),
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
],
targets: [
Expand Down

0 comments on commit 764ad39

Please sign in to comment.