Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanot committed Mar 17, 2024
1 parent 76ef633 commit 983a75f
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 @@ -29,7 +29,7 @@ let package = Package(
.package(url: "https://github.com/vmanot/Merge.git", branch: "master"),
.package(url: "https://github.com/vmanot/NetworkKit.git", branch: "master"),
.package(url: "https://github.com/vmanot/Swallow.git", branch: "master"),
.package(url: "https://github.com/vmanot/SwiftUIX.git", branch: "master")
.package(url: "https://github.com/SwiftUIX/SwiftUIX.git", branch: "master")
],
targets: [
.target(
Expand Down

0 comments on commit 983a75f

Please sign in to comment.