Skip to content

Commit

Permalink
Update package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Šimon Šesták committed Aug 16, 2024
1 parent dbfcb39 commit ab33329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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/futuredapp/futured-macros",
"state" : {
"branch" : "main",
"revision" : "e2d832df517e1dd00be6c45a1560b349ca9d337f"
"revision" : "ef659dff70d16d27cbe091d365e561c4087e61f5",
"version" : "0.1.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/mkj-is/BindingKit", from: "1.0.0"),
.package(url: "https://github.com/JohnSundell/CollectionConcurrencyKit", from: "0.1.0"),
.package(url: "https://github.com/futuredapp/futured-macros", branch: "main")
.package(url: "https://github.com/futuredapp/futured-macros", from: "0.1.0")
],
targets: [
.target(
Expand Down

0 comments on commit ab33329

Please sign in to comment.