Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Aug 25, 2024
1 parent 3ef74a3 commit 0d97d75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 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/elegantchaos/Runner.git",
"state" : {
"revision" : "65420eb4e534a58c8fb1bf18e344bc86edb42c65",
"version" : "1.3.2"
"revision" : "e23479ac9d314541e69268baa43caf05b8949a14",
"version" : "1.3.3"
}
},
{
Expand All @@ -50,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/elegantchaos/Versionator.git",
"state" : {
"branch" : "main",
"revision" : "d7bf7747ae277f6a5cd3193806262160d579f0cc"
"revision" : "d7bf7747ae277f6a5cd3193806262160d579f0cc",
"version" : "1.0.3"
}
},
{
Expand Down
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ let package = Package(
.package(url: "https://github.com/elegantchaos/Coercion.git", from: "1.1.2"),
.package(url: "https://github.com/elegantchaos/Files.git", from: "1.2.0"),
.package(url: "https://github.com/elegantchaos/Logger.git", from: "1.6.0"),
.package(url: "https://github.com/elegantchaos/Runner.git", from: "1.3.0"),
.package(url: "https://github.com/elegantchaos/Runner.git", from: "1.3.3"),
.package(url: "https://github.com/elegantchaos/XCTestExtensions.git", from: "1.3.0"),
.package(url: "https://github.com/elegantchaos/Versionator.git", branch: "main"),
.package(url: "https://github.com/elegantchaos/Versionator.git", from: "1.0.3"),
],

targets: [
Expand All @@ -46,7 +46,6 @@ let package = Package(
"Files"
],
resources: [
.copy("Configs"),
.copy("Scripts")
]
),
Expand Down

0 comments on commit 0d97d75

Please sign in to comment.