Skip to content

Commit 65bc5ba

Browse files
authored
Merge pull request #167 from kkebo/refactor-package.swift
refactor: refactor Package.swift
2 parents c9f1bb6 + 6a19c36 commit 65bc5ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ let package = Package(
4343
.testTarget(
4444
name: "DNSecureTests",
4545
dependencies: [
46-
"DNSecure"
46+
.target(name: "DNSecure")
4747
],
4848
path: "DNSecureTests"
4949
),

0 commit comments

Comments
 (0)