Skip to content

Commit

Permalink
Merge pull request #1129 from liveview-native/use-lvn-core-tag
Browse files Browse the repository at this point in the history
Change dependencies to only use releases
  • Loading branch information
supernintendo authored Sep 7, 2023
2 parents c7fb0a0 + a36828a commit 2e567c5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
33 changes: 21 additions & 12 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/liveviewnative/liveview-native-core-swift.git",
"state" : {
"branch" : "main",
"revision" : "b6a24652b35acd534fa437cb4cf4654fcb33828f"
"revision" : "b6a24652b35acd534fa437cb4cf4654fcb33828f",
"version" : "0.1.0-7500ce9"
}
},
{
Expand All @@ -18,31 +18,40 @@
"version" : "1.2.2"
}
},
{
"identity" : "swift-async-algorithms",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-async-algorithms",
"state" : {
"revision" : "9cfed92b026c524674ed869a4ff2dcfdeedf8a2a",
"version" : "0.1.0"
}
},
{
"identity" : "swift-cmark",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-cmark.git",
"state" : {
"branch" : "gfm",
"revision" : "3bc2f3e25df0cecc5dc269f7ccae65d0f386f06a"
"revision" : "29d9c97e6310b87c4799268eaa2fc76164b2dbd8",
"version" : "0.2.0"
}
},
{
"identity" : "swift-markdown",
"identity" : "swift-collections",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-markdown.git",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"branch" : "main",
"revision" : "3d4b36cff09f785adf5efb190d458a3d44e6df87"
"revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2",
"version" : "1.0.4"
}
},
{
"identity" : "swift-syntax",
"identity" : "swift-markdown",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"location" : "https://github.com/apple/swift-markdown.git",
"state" : {
"revision" : "2e3c42cf38defd998c87ecfe8df138f925d22736",
"version" : "509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-08-15-a"
"revision" : "68b2fed9fb12fb71ac81e537f08bed430b189e35",
"version" : "0.2.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ let package = Package(
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.2"),
.package(url: "https://github.com/davidstump/SwiftPhoenixClient.git", .upToNextMinor(from: "5.0.0")),
.package(url: "https://github.com/apple/swift-async-algorithms", from: "0.1.0"),
.package(url: "https://github.com/liveviewnative/liveview-native-core-swift.git", branch: "main"),
.package(url: "https://github.com/liveviewnative/liveview-native-core-swift.git", exact: "0.1.0-7500ce9"),

.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
.package(url: "https://github.com/apple/swift-markdown.git", branch: "main"),
.package(url: "https://github.com/apple/swift-markdown.git", from: "0.2.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
4 changes: 2 additions & 2 deletions Package@swift-5.9.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ let package = Package(
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.2"),
.package(url: "https://github.com/davidstump/SwiftPhoenixClient.git", .upToNextMinor(from: "5.0.0")),
.package(url: "https://github.com/apple/swift-async-algorithms", from: "0.1.0"),
.package(url: "https://github.com/liveviewnative/liveview-native-core-swift.git", branch: "main"),
.package(url: "https://github.com/liveviewnative/liveview-native-core-swift.git", exact: "0.1.0-7500ce9"),

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

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

0 comments on commit 2e567c5

Please sign in to comment.