Skip to content

Commit

Permalink
Fix ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Nov 1, 2024
1 parent 49b3516 commit 7c580f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.reproducible
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ let package = Package(
.macOS(.v10_15), .iOS(.v13)
],
dependencies: [
.package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.4.0")
.package(url: "https://github.com/AreaLayer/firebolt-react-native.git", from: "5.4.0")
],
targets: [
.target(
name: "MyProject",
name: "Firebolt",
dependencies: ["Alamofire"]),
]
)
Expand Down

0 comments on commit 7c580f1

Please sign in to comment.