Skip to content

Commit

Permalink
Merge pull request #39 from mxcl/less-manifests-test
Browse files Browse the repository at this point in the history
You can specify future Swifts in a 4.2 manifest!
  • Loading branch information
repo-ranger[bot] authored Feb 14, 2019
2 parents 2880aa5 + 3735ed4 commit 24a54c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ let pkg = Package(
.target(name: "Path", path: "Sources"),
.testTarget(name: "PathTests", dependencies: ["Path"]),
],
swiftLanguageVersions: [.v4, .v4_2]
swiftLanguageVersions: [.v4, .v4_2, .version("5")]
)
14 changes: 0 additions & 14 deletions Package@swift-5.0.swift

This file was deleted.

0 comments on commit 24a54c2

Please sign in to comment.