Skip to content

Commit

Permalink
Upgrade dependencies + point at new Appple swiftlang org
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Jul 15, 2024
1 parent d52adbc commit 236215c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-macro-testing",
"state" : {
"revision" : "101d84b5fd6df3d70435ab13b5495ff77f930248",
"version" : "0.1.0"
"revision" : "a35257b7e9ce44e92636447003a8eeefb77b145c",
"version" : "0.5.1"
}
},
{
"identity" : "swift-snapshot-testing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
"state" : {
"revision" : "59b663f68e69f27a87b45de48cb63264b8194605",
"version" : "1.15.1"
"revision" : "c097f955b4e724690f0fc8ffb7a6d4b881c9c4e3",
"version" : "1.17.2"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"location" : "https://github.com/swiftlang/swift-syntax.git",
"state" : {
"revision" : "6ad4ea24b01559dde0773e3d091f1b9e36175036",
"version" : "509.0.2"
"revision" : "64889f0c732f210a935a0ad7cda38f77f876262d",
"version" : "509.1.1"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
],
dependencies: [
// Depend on the Swift 5.9 release of SwiftSyntax
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
.package(url: "https://github.com/pointfreeco/swift-macro-testing", .upToNextMinor(from: "0.1.0")),
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "509.0.0"),
.package(url: "https://github.com/pointfreeco/swift-macro-testing", .upToNextMinor(from: "0.5.1")),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down
8 changes: 4 additions & 4 deletions Tests/MapLibreSwiftMacrosTests/MapLibreSwiftMacrosTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final class ExpressionTests: XCTestCase {
struct Layer {
}
"""
} matches: {
} expansion: {
"""
struct Layer {
Expand Down Expand Up @@ -63,7 +63,7 @@ final class ExpressionTests: XCTestCase {
struct Layer {
}
"""
} matches: {
} expansion: {
"""
struct Layer {
Expand Down Expand Up @@ -102,7 +102,7 @@ final class ExpressionTests: XCTestCase {
struct Layer {
}
"""
} matches: {
} expansion: {
"""
struct Layer {
Expand Down Expand Up @@ -147,7 +147,7 @@ final class ExpressionTests: XCTestCase {
struct Layer {
}
"""
} matches: {
} expansion: {
"""
struct Layer {
Expand Down

0 comments on commit 236215c

Please sign in to comment.