Skip to content

Commit

Permalink
[fix] dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayham Hylam committed Jan 16, 2023
1 parent dd5e5a9 commit 355f36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(name: "CArchSwinject",
products: [.library(name: "CArchSwinject", targets: ["CArchSwinject"])],
// Dependencies
dependencies: [.package(name: "CArch" , url: "https://github.com/ayham-achami/CArch.git", .branch("mainline")),
.package(name: "Swinject", url: "https://github.com/Swinject/Swinject.git", from: "2.8.2"),
.package(name: "Swinject", url: "https://github.com/Swinject/Swinject.git", .upToNextMajor(from: "2.8.3")),
.package(name: "SwinjectStoryboard", url: "https://github.com/Swinject/SwinjectStoryboard.git", from: "2.2.2")],
// Targets
targets: [.target(name: "CArchSwinject",
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ EXTERNAL SOURCES:

CHECKOUT OPTIONS:
CArch:
:commit: 36ef9d744f90bff78163e77bcc8a38cdfcd8156e
:commit: 88477e31d28046a85eefeccabafcf84fb642dfac
:git: https://github.com/ayham-achami/CArch.git

SPEC CHECKSUMS:
Expand Down

0 comments on commit 355f36a

Please sign in to comment.