Skip to content

Commit e63af86

Browse files
bump core version (#1564)
1 parent 5b0267b commit e63af86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let package = Package(
2525
dependencies: [
2626
// Dependencies declare other packages that this package depends on.
2727
.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"),
28+
.package(url: "https://github.com/liveview-native/liveview-native-core", exact: "0.4.1-rc-3"),
2929

3030
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
3131

0 commit comments

Comments
 (0)