We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342cf14 commit 3f6d379Copy full SHA for 3f6d379
1 file changed
Package.swift
@@ -15,19 +15,19 @@ let package = Package(
15
dependencies: [
16
.package(
17
url: "https://github.com/krzyzanowskim/STTextView.git",
18
- from: "0.4.1"
+ exact: "1.0.0"
19
),
20
21
url: "https://github.com/CodeEditApp/CodeEditLanguages.git",
22
- exact: "0.1.13"
+ exact: "0.1.15"
23
24
25
url: "https://github.com/lukepistrol/SwiftLintPlugin",
26
from: "0.2.2"
27
28
29
url: "https://github.com/ChimeHQ/TextFormation",
30
- from: "0.6.7"
+ exact: "0.8.0"
31
)
32
],
33
targets: [
0 commit comments