Skip to content

Commit 3252ba9

Browse files
committed
correcting package name
1 parent 071ef53 commit 3252ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let package = Package(
55
name: "JSONConfig",
66
targets: [],
77
dependencies: [
8-
.Package(url: "https://github.com/PerfectlySoft/Perfect.git", majorVersion: 3)
8+
.Package(url: "https://github.com/PerfectlySoft/PerfectLib.git", majorVersion: 3)
99
],
1010
exclude: []
1111
)

0 commit comments

Comments
 (0)