Skip to content

Commit bcf63e0

Browse files
authored
Merge pull request intitni#610 from djs66256/fix/daniel
fix: update version of swift-markdown-ui and TCA to fix compile error of swift 6
2 parents 9d1d06d + f4903ea commit bcf63e0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Core/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ let package = Package(
3939
.package(path: "../Tool"),
4040
.package(path: "../ChatPlugins"),
4141
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
42-
.package(url: "https://github.com/gonzalezreal/swift-markdown-ui", from: "2.1.0"),
42+
.package(url: "https://github.com/gonzalezreal/swift-markdown-ui", from: "2.4.1"),
4343
.package(url: "https://github.com/sparkle-project/Sparkle", from: "2.0.0"),
4444
.package(url: "https://github.com/pointfreeco/swift-parsing", from: "0.12.1"),
4545
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.0.0"),
4646
.package(
4747
url: "https://github.com/pointfreeco/swift-composable-architecture",
48-
exact: "1.15.0"
48+
exact: "1.16.1"
4949
),
5050
// quick hack to support custom UserDefaults
5151
// https://github.com/sindresorhus/KeyboardShortcuts

Tool/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ let package = Package(
7272
.package(url: "https://github.com/intitni/Highlightr", branch: "master"),
7373
.package(
7474
url: "https://github.com/pointfreeco/swift-composable-architecture",
75-
exact: "1.15.0"
75+
exact: "1.16.1"
7676
),
7777
.package(url: "https://github.com/apple/swift-syntax.git", from: "600.0.0"),
7878
.package(url: "https://github.com/GottaGetSwifty/CodableWrappers", from: "2.0.7"),

0 commit comments

Comments
 (0)