Skip to content

Commit 888f930

Browse files
committed
Package: Use SwiftyLinkerKit 0.1.3 tag
... instead of `develop` branch.
1 parent 593f936 commit 888f930

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
@@ -25,7 +25,7 @@ let package = Package(
2525
.package(url: "https://github.com/NozeIO/swift-nio-irc-webclient.git",
2626
from: "0.6.0"),
2727
.package(url: "https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git",
28-
.branch("develop")) //from: "0.1.0"),
28+
from: "0.1.3")
2929
],
3030
targets: [
3131
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)