Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsinclair committed Dec 31, 2019
1 parent 7513d5e commit dc0033e
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 @@ -5,8 +5,8 @@
"package": "Etcetera",
"repositoryURL": "https://github.com/jaredsinclair/etcetera.git",
"state": {
"branch": "develop",
"revision": "d9d41edfd88dc4632448f17bba66657d2e2ac67a",
"branch": "master",
"revision": "d948f92d696db3ee61c2fcdfe8ed0c828fc7ad62",
"version": null
}
}
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["FuckShitStack"]),
],
dependencies: [
.package(url: "https://github.com/jaredsinclair/etcetera.git", .branch("develop")),
.package(url: "https://github.com/jaredsinclair/etcetera.git", .branch("master")),
],
targets: [
.target(
Expand Down

0 comments on commit dc0033e

Please sign in to comment.