Skip to content

Commit 66f4e47

Browse files
chore(spm): update dependency kolos65/mockable to from: "0.5.1"
1 parent b084c85 commit 66f4e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let package = Package(
2626
dependencies: [
2727
.package(url: "https://github.com/tuist/Path", .upToNextMajor(from: "0.3.8")),
2828
.package(url: "https://github.com/apple/swift-log", .upToNextMajor(from: "1.6.2")),
29-
.package(url: "https://github.com/Kolos65/Mockable", .upToNextMajor(from: "0.3.0")),
29+
.package(url: "https://github.com/Kolos65/Mockable", .upToNextMajor(from: "0.5.1")),
3030
],
3131
targets: [
3232
.target(

0 commit comments

Comments
 (0)