Skip to content

Commit

Permalink
Updated dependency and moved to non-beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Gallagher committed Oct 24, 2019
1 parent 0e08b01 commit 0bfc458
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ xcuserdata/
Package.pins
Package.resolved
Packages/
.swiftpm
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import PackageDescription

let package = Package(
name: "CwlUtils",
products: [
.library(name: "CwlUtils", type: .dynamic, targets: ["CwlUtils"]),
products: [
.library(name: "CwlUtils", type: .dynamic, targets: ["CwlUtils"]),
],
dependencies: [
.package(url: "https://github.com/mattgallagher/CwlPreconditionTesting.git", from: "1.2.0"),
.package(url: "https://github.com/mattgallagher/CwlPreconditionTesting.git", from: "2.0.0"),
],
targets: [
.target(
Expand Down

0 comments on commit 0bfc458

Please sign in to comment.