Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mukesh-mt authored Jul 17, 2023
1 parent 1020e9a commit 2ba539b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import PackageDescription
],
dependencies: [
.package(url: "https://github.com/ReactiveX/RxSwift", .upToNextMajor(from: "5.0.0")),
.package(url: "https://github.com/mukesh-mt/Quick.git", .branchItem("mindtickle")),
.package(url: "https://github.com/mukesh-mt/Quick.git", .exactItem("6.1.0")),
.package(url: "https://github.com/Quick/Nimble.git", .exactItem("9.0.0"))
],
targets: [
Expand Down

0 comments on commit 2ba539b

Please sign in to comment.