Skip to content

Commit 9da9370

Browse files
committed
Update JohnSundell/Publish to 0.9.0
1 parent e0549e9 commit 9da9370

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

Package.resolved

+11-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
"version": "0.3.0"
1111
}
1212
},
13+
{
14+
"package": "CollectionConcurrencyKit",
15+
"repositoryURL": "https://github.com/johnsundell/collectionConcurrencyKit.git",
16+
"state": {
17+
"branch": null,
18+
"revision": "b4f23e24b5a1bff301efc5e70871083ca029ff95",
19+
"version": "0.2.0"
20+
}
21+
},
1322
{
1423
"package": "Files",
1524
"repositoryURL": "https://github.com/johnsundell/files.git",
@@ -69,8 +78,8 @@
6978
"repositoryURL": "https://github.com/JohnSundell/Publish.git",
7079
"state": {
7180
"branch": null,
72-
"revision": "1402af3cbe18df03fb6df701fdcf51471f98d0ff",
73-
"version": "0.8.0"
81+
"revision": "1c8ad00d39c985cb5d497153241a2f1b654e0d40",
82+
"version": "0.9.0"
7483
}
7584
},
7685
{

Package.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
// swift-tools-version:5.3
1+
// swift-tools-version:5.5
22

33
import PackageDescription
44

55
let package = Package(
66
name: "TokamakPublish",
7-
platforms: [.macOS(.v11)],
7+
platforms: [.macOS(.v12)],
88
products: [
99
.library(
1010
name: "TokamakPublish",
1111
targets: ["TokamakPublish"]
1212
),
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/JohnSundell/Publish.git", from: "0.8.0"),
15+
.package(url: "https://github.com/JohnSundell/Publish.git", from: "0.9.0"),
1616
.package(url: "https://github.com/TokamakUI/Tokamak.git", from: "0.9.0"),
1717
],
1818
targets: [

0 commit comments

Comments
 (0)