Skip to content

Commit

Permalink
Upgrade to Swexy 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRabil committed Sep 1, 2022
1 parent 28b6580 commit 9b48170
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,19 @@ let package = Package(
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "Pwomise",
targets: ["Pwomise"]),
targets: ["Pwomise"])
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/EricRabil/Swexy", .upToNextMajor(from: "1.0.4")),
.package(url: "https://github.com/EricRabil/Swog", .upToNextMajor(from: "1.0.7"))
.package(url: "https://github.com/EricRabil/Swexy", .upToNextMajor(from: "1.1.0"))
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "Pwomise",
dependencies: ["Swexy", "Swog"]),
dependencies: ["Swexy"]),
.testTarget(
name: "PwomiseTests",
dependencies: ["Pwomise"]),
Expand Down

0 comments on commit 9b48170

Please sign in to comment.