Skip to content

Commit cee8b0d

Browse files
committed
Working LiveSocket/LiveChannel usage
1 parent a74bc5a commit cee8b0d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Package.resolved

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ let package = Package(
2727
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.2"),
2828
.package(url: "https://github.com/davidstump/SwiftPhoenixClient.git", .upToNextMinor(from: "5.3.2")),
2929
.package(url: "https://github.com/apple/swift-async-algorithms", from: "0.1.0"),
30+
<<<<<<< HEAD
3031
.package(url: "https://github.com/liveview-native/liveview-native-core", exact: "0.4.0-rc-2"),
32+
=======
33+
.package(url: "https://github.com/liveview-native/liveview-native-core", exact: "0.4.0-alpha-8"),
34+
>>>>>>> a3623aa0 (Working LiveSocket/LiveChannel usage)
3135

3236
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
3337
.package(url: "https://github.com/swiftlang/swift-markdown.git", from: "0.2.0"),

0 commit comments

Comments
 (0)