diff --git a/Package.resolved b/Package.resolved index e1bda0a06..aee81d08a 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } }, { @@ -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" } }, { diff --git a/Package.swift b/Package.swift index d0efbca47..39dd5e57b 100644 --- a/Package.swift +++ b/Package.swift @@ -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. diff --git a/Package@swift-5.9.swift b/Package@swift-5.9.swift index 3b60687df..6566b1aa5 100644 --- a/Package@swift-5.9.swift +++ b/Package@swift-5.9.swift @@ -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"), ],