Skip to content

Commit 96801d8

Browse files
authoredDec 7, 2019
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

+1-1
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)
Please sign in to comment.