Skip to content

Commit

Permalink
Update Package.swift (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ay42 committed Sep 27, 2021
1 parent 1fcada2 commit e20280e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.4
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -12,7 +12,7 @@ let package = Package(
.library(name: "Sliders", targets: ["Sliders"])
],
targets: [
.target(name: "Sliders", exclude: ["Examples", "Resources"]),
.target(name: "Sliders"),
.testTarget(name: "SlidersTests", dependencies: ["Sliders"])
]
)

0 comments on commit e20280e

Please sign in to comment.