Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
renetik committed Jun 14, 2022
1 parent 1d67e71 commit 63fedfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ let package = Package(
targets: ["RenetikFramework"]),
],
dependencies: [
.package(url: "https://github.com/renetik/renetik-ios-core", branch: "master"),
.package(url: "https://github.com/renetik/renetik-ios-event", branch: "master" ),
.package(url: "https://github.com/renetik/renetik-ios-ui", branch: "master"),
.package(url: "https://github.com/renetik/renetik-ios-layout", branch: "master"),
.package(url: "https://github.com/renetik/renetik-ios-core", exact: "0.9.3"),
.package(url: "https://github.com/renetik/renetik-ios-event", exact: "0.9.3" ),
.package(url: "https://github.com/renetik/renetik-ios-ui", exact: "0.9.3"),
.package(url: "https://github.com/renetik/renetik-ios-layout", exact: "0.9.3"),
],
targets: [
.target(
Expand Down

0 comments on commit 63fedfc

Please sign in to comment.