Skip to content

Commit

Permalink
Upgrade to Swift 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 26, 2019
1 parent 417530c commit c226380
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"pins": [
{
"package": "SQLite.swift",
"repositoryURL": "https://github.com/stephencelis/SQLite.swift.git",
"repositoryURL": "https://github.com/stephencelis/SQLite.swift",
"state": {
"branch": null,
"revision": "210098546d59678f720e4ef67f8b562acfebbdb0",
Expand All @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/jakeheis/SwiftCLI",
"state": {
"branch": null,
"revision": "37f4a7f863f6fe76ce44fc0023f331eea0089beb",
"version": "5.2.0"
"revision": "5318c37d3cacc8780f50b87a8840a6774320ebdf",
"version": "5.2.2"
}
}
]
Expand Down
7 changes: 5 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
// swift-tools-version:4.2
// swift-tools-version:5.0
import PackageDescription

let package = Package(
name: "Wallpaper",
platforms: [
.macOS(.v10_12)
],
products: [
.executable(
name: "wallpaper",
Expand All @@ -18,7 +21,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/jakeheis/SwiftCLI", from: "5.2.0"),
.package(url: "https://github.com/jakeheis/SwiftCLI", from: "5.2.2"),
.package(url: "https://github.com/stephencelis/SQLite.swift", from: "0.11.5")
],
targets: [
Expand Down

0 comments on commit c226380

Please sign in to comment.