diff --git a/Package.resolved b/Package.resolved index c425da6..78e8019 100644 --- a/Package.resolved +++ b/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/p-x9/swift-literal-type-inference.git", "state" : { - "revision" : "7235a8e47b257bbd54da76191b043976509c4b8c", - "version" : "0.4.0" + "revision" : "898d4a8c5920a3a47d70a43e76d708697e14cd72", + "version" : "0.5.0" } }, { @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-macro-testing.git", "state" : { - "revision" : "cfe474c7e97d429ea31eefed2e9ab8c7c74260f9", - "version" : "0.6.2" + "revision" : "9ab11325daa51c7c5c10fcf16c92bac906717c7e", + "version" : "0.6.4" } }, { @@ -41,8 +41,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-snapshot-testing", "state" : { - "revision" : "1be8144023c367c5de701a6313ed29a3a10bf59b", - "version" : "1.18.3" + "revision" : "a8b7c5e0ed33d8ab8887d1654d9b59f2cbad529b", + "version" : "1.18.7" } }, { @@ -50,8 +50,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/swiftlang/swift-syntax.git", "state" : { - "revision" : "f99ae8aa18f0cf0d53481901f88a0991dc3bd4a2", - "version" : "601.0.1" + "revision" : "4799286537280063c85a32f09884cfbca301b1a1", + "version" : "602.0.0" } }, { @@ -59,8 +59,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "39de59b2d47f7ef3ca88a039dff3084688fe27f4", - "version" : "1.5.2" + "revision" : "b2ed9eabefe56202ee4939dd9fc46b6241c88317", + "version" : "1.6.1" } } ], diff --git a/Package.swift b/Package.swift index 152a7e5..668e191 100644 --- a/Package.swift +++ b/Package.swift @@ -18,11 +18,11 @@ let package = Package( dependencies: [ .package( url: "https://github.com/swiftlang/swift-syntax.git", - "509.0.0"..<"602.0.0" + "509.0.0"..<"603.0.0" ), .package( url: "https://github.com/p-x9/swift-literal-type-inference.git", - from: "0.4.0" + from: "0.5.0" ), .package( url: "https://github.com/p-x9/swift-object-association.git", @@ -30,7 +30,7 @@ let package = Package( ), .package( url: "https://github.com/pointfreeco/swift-macro-testing.git", - from: "0.6.1" + from: "0.6.4" ) ],