Skip to content

Commit a2755a3

Browse files
committed
Merge branch 'develop'
2 parents e1c374e + cff764f commit a2755a3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- swift:5.2.5-xenial
1717
- swift:5.3.2-xenial
1818
- swift:5.3.2-bionic
19+
- swift:5.5.0-focal
1920
container: ${{ matrix.image }}
2021
steps:
2122
- name: Checkout Repository
@@ -30,7 +31,7 @@ jobs:
3031
- name: Select latest available Xcode
3132
uses: maxim-lobanov/setup-xcode@v1.2.1
3233
with:
33-
xcode-version: 12.2
34+
xcode-version: 13
3435
- name: Checkout Repository
3536
uses: actions/checkout@v2
3637
- name: Build Swift Debug Package

Package.swift

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ let package = Package(
1313

1414
dependencies: [
1515
.package(url: "https://github.com/Macro-swift/Macro.git",
16-
from: "0.8.7"),
16+
from: "0.8.11"),
1717
.package(url: "https://github.com/Macro-swift/MacroExpress.git",
18-
from: "0.8.4"),
18+
from: "0.8.8"),
1919
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git",
20-
.upToNextMajor(from:"0.4.0"))
20+
// b0rked release:.upToNextMajor(from:"0.5.1"))
21+
.exact("0.4.0"))
2122
],
2223

2324
targets: [

0 commit comments

Comments
 (0)