Skip to content

Commit

Permalink
Upgrade to Swift 5.7 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelandeyasana authored Nov 4, 2022
1 parent 4ca8716 commit 805b219
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
// swift-tools-version:5.3
// swift-tools-version:5.7
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "locheck",
platforms: [
.macOS(.v10_13),
.macOS(.v12),
],
products: [
.executable(name: "locheck", targets: ["LocheckCommand"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.4.0")),
.package(url: "https://github.com/johnsundell/Files.git", .upToNextMinor(from: "4.2.0")),
.package(url: "https://github.com/yahoojapan/SwiftyXMLParser", .branch("5.4.0")),
.package(url: "https://github.com/yahoojapan/SwiftyXMLParser", branch: "5.4.0"),
],
targets: [
.target(
.executableTarget(
name: "LocheckCommand",
dependencies: [
.product(name: "ArgumentParser", package: "swift-argument-parser"),
Expand Down

0 comments on commit 805b219

Please sign in to comment.