Skip to content

Commit 2e567c5

Browse files
Merge pull request #1129 from liveview-native/use-lvn-core-tag
Change dependencies to only use releases
2 parents c7fb0a0 + a36828a commit 2e567c5

File tree

3 files changed

+25
-16
lines changed

3 files changed

+25
-16
lines changed

Package.resolved

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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ 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.0.0")),
2929
.package(url: "https://github.com/apple/swift-async-algorithms", from: "0.1.0"),
30-
.package(url: "https://github.com/liveviewnative/liveview-native-core-swift.git", branch: "main"),
30+
.package(url: "https://github.com/liveviewnative/liveview-native-core-swift.git", exact: "0.1.0-7500ce9"),
3131

3232
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
33-
.package(url: "https://github.com/apple/swift-markdown.git", branch: "main"),
33+
.package(url: "https://github.com/apple/swift-markdown.git", from: "0.2.0"),
3434
],
3535
targets: [
3636
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Package@swift-5.9.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ let package = Package(
2222
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.2"),
2323
.package(url: "https://github.com/davidstump/SwiftPhoenixClient.git", .upToNextMinor(from: "5.0.0")),
2424
.package(url: "https://github.com/apple/swift-async-algorithms", from: "0.1.0"),
25-
.package(url: "https://github.com/liveviewnative/liveview-native-core-swift.git", branch: "main"),
25+
.package(url: "https://github.com/liveviewnative/liveview-native-core-swift.git", exact: "0.1.0-7500ce9"),
2626

2727
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
28-
.package(url: "https://github.com/apple/swift-markdown.git", branch: "main"),
28+
.package(url: "https://github.com/apple/swift-markdown.git", from: "0.2.0"),
2929

3030
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0-swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-25-b"),
3131
],

0 commit comments

Comments
 (0)