Skip to content

Commit

Permalink
fixed url in package
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Es committed Mar 15, 2022
1 parent b70786e commit 4b674bf
Showing 1 changed file with 1 addition and 1 deletion.
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: ["FINporterChuck"]),
],
dependencies: [
.package(name: "FINporter", path: "../FINporter"),
.package(url: "https://github.com/openalloc/FINporter.git", from: "1.1.0"),

// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
Expand Down

0 comments on commit 4b674bf

Please sign in to comment.