Skip to content

Commit

Permalink
chore: bumped up the dependency on Quick & Nimble in Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 committed Jul 3, 2024
1 parent 1099e36 commit be64bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/auth0/SimpleKeychain.git", .upToNextMajor(from: "1.1.0")),
.package(url: "https://github.com/auth0/JWTDecode.swift.git", .upToNextMajor(from: "3.1.0")),
.package(url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "6.0.0")),
.package(url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "12.0.0")),
.package(url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "7.0.0")),
.package(url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "13.0.0")),
.package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", .upToNextMajor(from: "9.0.0"))
],
targets: [
Expand Down

0 comments on commit be64bfb

Please sign in to comment.