Skip to content

Commit 2049c25

Browse files
committed
Use GitHub for Core package
1 parent 98bf340 commit 2049c25

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
dependencies: [
1515
.package(url: "https://github.com/IBM-Swift/BlueSocket.git", from: "1.0.2"),
1616
.package(url: "https://github.com/svdo/swift-netutils", from: "4.0.2"),
17-
.package(url: "../PanasonicEasyIPsetupCore", .branch("master"))
17+
.package(url: "https://github.com/dPro-Software/PanasonicEasyIPsetupCore", from: ("1.0.0"))
1818
],
1919
targets: [
2020
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)