Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
loay-ashraf committed Jan 25, 2024
1 parent 05967a9 commit 0da625b
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 @@ -19,7 +19,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.6.0")),
.package(url: "https://github.com/RxSwiftCommunity/RxSwiftExt", .upToNextMajor(from: "6.2.0")),
.package(url: "https://github.com/loay-ashraf/CoreHTTP", .upToNextMajor(from: "1.0.0"))
.package(url: "https://github.com/loay-ashraf/CoreHTTP", .upToNextMajor(from: "2.0.0"))
],
targets: [
.target(name: "RxNetworkKit", dependencies: ["RxSwift", "RxSwiftExt", .product(name: "RxCocoa", package: "RxSwift"), "CoreHTTP"], path: "Source"),
Expand Down

0 comments on commit 0da625b

Please sign in to comment.