Skip to content

Commit

Permalink
Update beta packages (#169)
Browse files Browse the repository at this point in the history
update
  • Loading branch information
MahdiBM authored Feb 7, 2024
1 parent da00540 commit 1eb21d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 21 deletions.
24 changes: 8 additions & 16 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -122,34 +122,26 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/swift-server/swift-aws-lambda-events.git",
"state" : {
"revision" : "3ac078f4d8fe6d9ae8dd05b680a284a423e1578d"
"revision" : "997094fe7c55762c07179419a1686230dfa13bef",
"version" : "0.2.0"
}
},
{
"identity" : "swift-aws-lambda-runtime",
"kind" : "remoteSourceControl",
"location" : "https://github.com/swift-server/swift-aws-lambda-runtime.git",
"state" : {
"revision" : "de730b240df25897c4b5b68889c178c994fd6817",
"version" : "1.0.0-alpha.1"
}
},
{
"identity" : "swift-backtrace",
"kind" : "remoteSourceControl",
"location" : "https://github.com/swift-server/swift-backtrace.git",
"state" : {
"revision" : "80746bdd0ac8a7d83aad5d89dac3cbf15de652e6",
"version" : "1.3.4"
"revision" : "8d9f44b7838750b103ad2ad49055e8333d719e8a",
"version" : "1.0.0-alpha.2"
}
},
{
"identity" : "swift-cmark",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-cmark.git",
"state" : {
"branch" : "gfm",
"revision" : "9b50a73a7acb87c41a9b336add22a0be59defff3"
"revision" : "f218e5d7691f78b55bfa39b367763f4612486c35",
"version" : "0.3.0"
}
},
{
Expand Down Expand Up @@ -202,8 +194,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-markdown.git",
"state" : {
"branch" : "main",
"revision" : "c211079c200ce2c5f68160bf75ded005b1c945f1"
"revision" : "e4f95e2dc23097a1a9a1dfdfe3fe3ee44de77378",
"version" : "0.3.0"
}
},
{
Expand Down
9 changes: 4 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ let package = Package(
.package(url: "https://github.com/DiscordBM/DiscordLogger.git", from: "1.0.0-rc.2"),
/// Not-released area:
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0-alpha.1"),
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.0.0-alpha.2"),
.package(url: "https://github.com/apple/swift-markdown.git", branch: "main"),
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.0.0-alpha.3"),
.package(url: "https://github.com/apple/swift-markdown.git", from: "0.3.0"),
.package(
url: "https://github.com/swift-server/swift-aws-lambda-runtime.git",
exact: "1.0.0-alpha.1"
from: "1.0.0-alpha.2"
),
.package(
url: "https://github.com/swift-server/swift-aws-lambda-events.git",
// Use 'from: "0.1.0"' when there is tag higher than "0.1.0"
revision: "3ac078f4d8fe6d9ae8dd05b680a284a423e1578d"
from: "0.2.0"
),
],
targets: [
Expand Down

0 comments on commit 1eb21d1

Please sign in to comment.