We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abdab0 commit 36d8023Copy full SHA for 36d8023
Package.swift
@@ -14,19 +14,19 @@ let package = Package(
14
dependencies: [
15
.package(
16
url: "https://github.com./codeface-io/SwiftLSP.git",
17
- branch: "master"
+ exact: "0.3.0"
18
),
19
20
url: "https://github.com./flowtoolz/FoundationToolz.git",
21
+ exact: "0.1.0"
22
23
24
url: "https://github.com./codeface-io/SwiftObserver.git",
25
+ exact: "7.0.1"
26
27
28
url: "https://github.com./flowtoolz/SwiftyToolz.git",
29
30
)
31
],
32
targets: [
0 commit comments