Skip to content

Commit 96801d8

Browse files
authored
Update Package.swift
1 parent d43c80d commit 96801d8

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
@@ -29,7 +29,7 @@ let package = Package(
2929
],
3030
dependencies: [
3131
.package(url: "https://github.com/kishikawakatsumi/KeychainAccess.git", .upToNextMajor(from: "3.2.0")),
32-
.package(url: "https://github.com/EFPrefix/YYCache.git", .branch("master")),
32+
.package(url: "https://github.com/EFPrefix/YYCache.git", .upToNextMajor(from: "1.0.5")),
3333
],
3434
targets: [
3535
.target(

0 commit comments

Comments
 (0)