Skip to content

Commit 13e4808

Browse files
authored
Use latest Mockable version to build with XCode 16.3 (#79)
* Use specific Mockable revision to build with XCode 16.3 * since I made the patch it has been released
1 parent 689d0a2 commit 13e4808

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let package = Package(
2929
// Macros
3030
.package(url: "https://github.com/swiftlang/swift-syntax.git", "509.0.0" ..< "601.0.0"),
3131
// Testing
32-
.package(url: "https://github.com/Kolos65/Mockable.git", from: "0.3.0"),
32+
.package(url: "https://github.com/Kolos65/Mockable.git", from: "0.3.1"),
3333
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.7"),
3434
// Macro Testing
3535
.package(url: "https://github.com/pointfreeco/swift-macro-testing", .upToNextMinor(from: "0.6.0")),

0 commit comments

Comments
 (0)