Skip to content

Commit

Permalink
Make this compile with Swift 4
Browse files Browse the repository at this point in the history
  • Loading branch information
rhx committed Apr 21, 2018
1 parent c0b4274 commit d1fd237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ let package = Package(
.Package(url: "https://github.com/rhx/CAtk.git", majorVersion: 1),
.Package(url: "https://github.com/rhx/SwiftGObject.git", majorVersion: 2)
],
swiftLanguageVersions: [3]
swiftLanguageVersions: [3, 4]
)

0 comments on commit d1fd237

Please sign in to comment.