Skip to content

Commit

Permalink
. d Bump version in SPM example
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Jan 26, 2025
1 parent 2df382e commit f153a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/MacExample-SwiftPackageManager/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/hamcrest/OCHamcrest",
.upToNextMajor(from: "9.0.0")
.upToNextMajor(from: "9.1.0")
),
],
// end-snippet
Expand Down

0 comments on commit f153a90

Please sign in to comment.