We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0267b commit e63af86Copy full SHA for e63af86
Package.swift
@@ -25,7 +25,7 @@ let package = Package(
25
dependencies: [
26
// Dependencies declare other packages that this package depends on.
27
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
28
- .package(url: "https://github.com/liveview-native/liveview-native-core", exact: "0.4.1-rc-2"),
+ .package(url: "https://github.com/liveview-native/liveview-native-core", exact: "0.4.1-rc-3"),
29
30
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
31
0 commit comments