Skip to content

Commit

Permalink
update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
KirbyInGitHub committed Jul 15, 2021
1 parent eff012c commit de717ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.2
// swift-tools-version:5.3
import PackageDescription

let package = Package(
Expand All @@ -21,8 +21,5 @@ let package = Package(
dependencies: [
]
),
.testTarget(name: "EZSelectionTests", dependencies: [
.target(name: "EZSelection"),
])
]
)

0 comments on commit de717ad

Please sign in to comment.