Skip to content

Commit

Permalink
../../universal
Browse files Browse the repository at this point in the history
  • Loading branch information
rismay committed Aug 4, 2024
1 parent d66c73a commit 5366ef1
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 @@ -24,7 +24,7 @@ extension SwiftSetting {
extension [PackageDescription.Package.Dependency] {
static let local: [PackageDescription.Package.Dependency] =
[
.package(name: "WrkstrmFoundation", path: "../WrkstrmFoundation")
.package(name: "WrkstrmFoundation", path: "../../universal/WrkstrmFoundation")
]

static let remote: [PackageDescription.Package.Dependency] =
Expand Down

0 comments on commit 5366ef1

Please sign in to comment.