Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
pvieito authored Jul 26, 2024
1 parent 046845d commit 54f0dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/pvieito/FoundationKit.git", branch: "master"),
.package(url: "https://github.com/pvieito/PythonKit.git", branch: "master"),
.package(url: "git@github.com:pvieito/FoundationKit.git", branch: "master"),
.package(url: "git@github.com:pvieito/PythonKit.git", branch: "master"),
.package(url: "https://github.com/tattn/MoreCodable.git", branch: "master"),
],
targets: [
Expand Down

0 comments on commit 54f0dbf

Please sign in to comment.