Skip to content

Commit

Permalink
Update Swift/platform versions for Publish 0.9.0 (#7)
Browse files Browse the repository at this point in the history
Since Publish now requires Swift 5.5 and macOS 12, update this
plugin accordingly.
  • Loading branch information
JohnSundell authored May 1, 2022
1 parent fe1f3a0 commit 4fe7907
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// swift-tools-version:5.1
// swift-tools-version:5.6

/**
* Splash-plugin for Publish
* Splash plugin for Publish
* Copyright (c) John Sundell 2019
* MIT license, see LICENSE file for details
*/
Expand All @@ -10,15 +10,16 @@ import PackageDescription

let package = Package(
name: "SplashPublishPlugin",
platforms: [.macOS(.v12)],
products: [
.library(
name: "SplashPublishPlugin",
targets: ["SplashPublishPlugin"]
)
],
dependencies: [
.package(url: "https://github.com/johnsundell/publish.git", from: "0.5.0"),
.package(url: "https://github.com/johnsundell/splash.git", from: "0.12.0")
.package(url: "https://github.com/johnsundell/Publish.git", from: "0.9.0"),
.package(url: "https://github.com/johnsundell/Splash.git", from: "0.16.0")
],
targets: [
.target(
Expand Down

0 comments on commit 4fe7907

Please sign in to comment.