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 f7c11a3 commit 4cb11ad
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 @@ -14,8 +14,8 @@ let package = Package(
targets: ["RenetikUI"]),
],
dependencies: [
.package(url: "https://github.com/renetik/renetik-ios-core", "0.9.2" ..< "0.9.2" ),
.package(url: "https://github.com/renetik/renetik-ios-event", 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" ),
],
targets: [
.target(
Expand Down

0 comments on commit 4cb11ad

Please sign in to comment.