Skip to content

Commit

Permalink
Add dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Apr 13, 2023
1 parent e62d4a8 commit 2c95bf6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
import PackageDescription

let productionDependencies: [PackageDescription.Package.Dependency] = { [
.package(url: "https://github.com/oversizedev/OversizeUI.git", branch: "main"),
.package(url: "https://github.com/oversizedev/OversizeServices.git", branch: "main"),
.package(url: "https://github.com/oversizedev/OversizeLocalizable.git", branch: "main"),
.package(url: "https://github.com/oversizedev/OversizeCore.git", branch: "main"),
.package(url: "https://github.com/oversizedev/OversizeComponents.git", branch: "main"),
.package(url: "https://github.com/oversizedev/OversizeResources.git", branch: "main"),
.package(url: "https://github.com/oversizedev/OversizeUI.git", .upToNextMajor(from: "3.0.2")),
.package(url: "https://github.com/oversizedev/OversizeCore.git", .upToNextMajor(from: "1.3.0")),
.package(url: "https://github.com/oversizedev/OversizeServices.git", .upToNextMajor(from: "1.4.0")),
.package(url: "https://github.com/oversizedev/OversizeLocalizable.git", .upToNextMajor(from: "1.4.0")),
.package(url: "https://github.com/oversizedev/OversizeComponents.git", .upToNextMajor(from: "1.2.0")),
.package(url: "https://github.com/oversizedev/OversizeResources.git", .upToNextMajor(from: "1.3.0")),
.package(url: "https://github.com/hmlongco/Factory.git", .upToNextMajor(from: "2.1.3"))
] }()

Expand Down

0 comments on commit 2c95bf6

Please sign in to comment.