Skip to content

Commit

Permalink
feat: Update AnyURLSession to main branch (#2)
Browse files Browse the repository at this point in the history
This just points the Package to the `main` branch of the AnyURLSession repo instead of a specific SHA.
  • Loading branch information
brianmichel authored Jan 24, 2024
1 parent 171e089 commit 7c0d3a0
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": "swift-anyurlsession",
"repositoryURL": "https://github.com/thebrowsercompany/AnyURLSession",
"state": {
"branch": "9b8e39b",
"revision": "9b8e39b95f8290909b976619eb00dc8c9ba472bf",
"branch": "main",
"revision": "bb5bf3bbee5a98ea6c38b89c66a04812f904f958",
"version": null
}
}
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
.library(name: "LDSwiftEventSource", targets: ["LDSwiftEventSource"]),
],
dependencies: [
.package(url: "https://github.com/thebrowsercompany/AnyURLSession", revision: "9b8e39b")
.package(url: "https://github.com/thebrowsercompany/AnyURLSession", branch: "main")
],
targets: [
.target(
Expand Down

0 comments on commit 7c0d3a0

Please sign in to comment.