Skip to content

Commit 3f6d379

Browse files
authored
hopefully fixed dependencies
1 parent 342cf14 commit 3f6d379

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ let package = Package(
1515
dependencies: [
1616
.package(
1717
url: "https://github.com/krzyzanowskim/STTextView.git",
18-
from: "0.4.1"
18+
exact: "1.0.0"
1919
),
2020
.package(
2121
url: "https://github.com/CodeEditApp/CodeEditLanguages.git",
22-
exact: "0.1.13"
22+
exact: "0.1.15"
2323
),
2424
.package(
2525
url: "https://github.com/lukepistrol/SwiftLintPlugin",
2626
from: "0.2.2"
2727
),
2828
.package(
2929
url: "https://github.com/ChimeHQ/TextFormation",
30-
from: "0.6.7"
30+
exact: "0.8.0"
3131
)
3232
],
3333
targets: [

0 commit comments

Comments
 (0)