Skip to content

Commit

Permalink
Adding swiftLanguageVersions to Package.swift file
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed Sep 24, 2019
1 parent c37dfde commit b8525a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Expand Up @@ -40,5 +40,6 @@ let package = Package(
targets: [
.target(name: "BFKit", dependencies: [], exclude: ["Apple"]),
.testTarget(name: "BFKitTests", dependencies: ["BFKit"], exclude: ["Apple"])
]
],
swiftLanguageVersions: [.v5]
)

0 comments on commit b8525a5

Please sign in to comment.