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
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/liveviewnative/liveview-native-core-swift.git",
77
"state" : {
8-
"branch" : "main",
9-
"revision" : "b6a24652b35acd534fa437cb4cf4654fcb33828f"
8+
"revision" : "b6a24652b35acd534fa437cb4cf4654fcb33828f",
9+
"version" : "0.1.0-7500ce9"
1010
}
1111
},
1212
{
@@ -18,31 +18,40 @@
1818
"version" : "1.2.2"
1919
}
2020
},
21+
{
22+
"identity" : "swift-async-algorithms",
23+
"kind" : "remoteSourceControl",
24+
"location" : "https://github.com/apple/swift-async-algorithms",
25+
"state" : {
26+
"revision" : "9cfed92b026c524674ed869a4ff2dcfdeedf8a2a",
27+
"version" : "0.1.0"
28+
}
29+
},
2130
{
2231
"identity" : "swift-cmark",
2332
"kind" : "remoteSourceControl",
2433
"location" : "https://github.com/apple/swift-cmark.git",
2534
"state" : {
26-
"branch" : "gfm",
27-
"revision" : "3bc2f3e25df0cecc5dc269f7ccae65d0f386f06a"
35+
"revision" : "29d9c97e6310b87c4799268eaa2fc76164b2dbd8",
36+
"version" : "0.2.0"
2837
}
2938
},
3039
{
31-
"identity" : "swift-markdown",
40+
"identity" : "swift-collections",
3241
"kind" : "remoteSourceControl",
33-
"location" : "https://github.com/apple/swift-markdown.git",
42+
"location" : "https://github.com/apple/swift-collections.git",
3443
"state" : {
35-
"branch" : "main",
36-
"revision" : "3d4b36cff09f785adf5efb190d458a3d44e6df87"
44+
"revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2",
45+
"version" : "1.0.4"
3746
}
3847
},
3948
{
40-
"identity" : "swift-syntax",
49+
"identity" : "swift-markdown",
4150
"kind" : "remoteSourceControl",
42-
"location" : "https://github.com/apple/swift-syntax.git",
51+
"location" : "https://github.com/apple/swift-markdown.git",
4352
"state" : {
44-
"revision" : "2e3c42cf38defd998c87ecfe8df138f925d22736",
45-
"version" : "509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-08-15-a"
53+
"revision" : "68b2fed9fb12fb71ac81e537f08bed430b189e35",
54+
"version" : "0.2.0"
4655
}
4756
},
4857
{

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.

[email protected]

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)