Skip to content

Commit

Permalink
Update SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniocasero committed Feb 5, 2020
1 parent 3930acc commit f29f5e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:4.2
// swift-tools-version:5.1
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -21,6 +21,7 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "Panels",
path: "Sources",
dependencies: []
),
.testTarget(
Expand Down

0 comments on commit f29f5e7

Please sign in to comment.