Skip to content

Commit

Permalink
Update SPM dependencies
Browse files Browse the repository at this point in the history
FMDB to 2.7.8 (was 2.7.7)
MMTabBarView to v/1.5.2 (was v/1.5.0)
Sparkle to 2.5.2 (was 2.4.2)
  • Loading branch information
barijaona committed Jan 20, 2024
1 parent 7dec932 commit 8acbab0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Vienna.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3331,7 +3331,7 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/ViennaRSS/MMTabBarView";
requirement = {
branch = v/1.5.0;
branch = v/1.5.2;
kind = branch;
};
};
Expand All @@ -3340,15 +3340,15 @@
repositoryURL = "https://github.com/sparkle-project/Sparkle";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2.4.2;
minimumVersion = 2.5.2;
};
};
F6B7BC3424A2A9A40051D76F /* XCRemoteSwiftPackageReference "fmdb" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/ccgus/fmdb";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2.7.7;
minimumVersion = 2.7.8;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit 8acbab0

Please sign in to comment.