Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rismay committed Aug 4, 2024
1 parent 771814b commit a237f98
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 @@ -5,8 +5,8 @@ import PackageDescription
// MARK: - Configuration Service

ConfigurationService.local.dependencies = [
.package(name: "WrkstrmLog", path: "../WrkstrmLog"),
.package(name: "WrkstrmMain", path: "../WrkstrmMain"),
.package(name: "WrkstrmLog", path: "../../universal/WrkstrmLog"),
.package(name: "WrkstrmMain", path: "../../universal/WrkstrmMain"),
]

ConfigurationService.remote.dependencies = [
Expand Down

0 comments on commit a237f98

Please sign in to comment.