Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Added swift language version to package file
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshHrach committed Jun 12, 2020
1 parent 63beff4 commit 13d4e9b
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
Expand Up @@ -18,5 +18,6 @@ let package = Package(
.testTarget(
name: "ActivityIndicatorViewTests",
dependencies: ["ActivityIndicatorView"]),
]
],
swiftLanguageVersions: [.v5]
)

0 comments on commit 13d4e9b

Please sign in to comment.