Skip to content

Commit

Permalink
Update FFFoundation
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Jan 3, 2021
1 parent 668292f commit 30dd17f
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 @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/ffried/FFFoundation.git",
"state": {
"branch": null,
"revision": "dd4a944d7e6880487358d19e45142ae39f65be12",
"version": "8.1.0"
"revision": "d84e104f580719d5974e90a6e184c8f6dbd53fe8",
"version": "9.0.0"
}
}
]
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(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/ffried/FFFoundation.git", from: "8.1.0"),
.package(url: "https://github.com/ffried/FFFoundation.git", from: "9.0.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 30dd17f

Please sign in to comment.