From 0bfc4587d01cfc796b6c7e118fc631333dd8ab33 Mon Sep 17 00:00:00 2001 From: Matthew Gallagher Date: Thu, 24 Oct 2019 20:26:03 +1100 Subject: [PATCH] Updated dependency and moved to non-beta. --- .gitignore | 1 + Package.swift | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 00b75fa..de34bb1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ xcuserdata/ Package.pins Package.resolved Packages/ +.swiftpm \ No newline at end of file diff --git a/Package.swift b/Package.swift index 5413dfe..305f4b1 100644 --- a/Package.swift +++ b/Package.swift @@ -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(