Skip to content

Commit

Permalink
Update version to Swift 5
Browse files Browse the repository at this point in the history
  • Loading branch information
timroesner authored and elsesiy committed Mar 8, 2020
1 parent 5dbb4b3 commit 8646ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -10,5 +10,5 @@ let package = Package(
targets: [
.target(name: "CVCalendar", path: "CVCalendar")
],
swiftLanguageVersions: [.v4_2]
swiftLanguageVersions: [.v5]
)

0 comments on commit 8646ade

Please sign in to comment.