Commit 9da9370 1 parent e0549e9 commit 9da9370 Copy full SHA for 9da9370
File tree 2 files changed +14
-5
lines changed
2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 10
10
"version": "0.3.0"
11
11
}
12
12
},
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
+ },
13
22
{
14
23
"package": "Files",
15
24
"repositoryURL": "https://github.com/johnsundell/files.git",
69
78
"repositoryURL": "https://github.com/JohnSundell/Publish.git",
70
79
"state": {
71
80
"branch": null,
72
- "revision": "1402af3cbe18df03fb6df701fdcf51471f98d0ff ",
73
- "version": "0.8 .0"
81
+ "revision": "1c8ad00d39c985cb5d497153241a2f1b654e0d40 ",
82
+ "version": "0.9 .0"
74
83
}
75
84
},
76
85
{
Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.3
1
+ // swift-tools-version:5.5
2
2
3
3
import PackageDescription
4
4
5
5
let package = Package (
6
6
name: " TokamakPublish " ,
7
- platforms: [ . macOS( . v11 ) ] ,
7
+ platforms: [ . macOS( . v12 ) ] ,
8
8
products: [
9
9
. library(
10
10
name: " TokamakPublish " ,
11
11
targets: [ " TokamakPublish " ]
12
12
) ,
13
13
] ,
14
14
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 " ) ,
16
16
. package ( url: " https://github.com/TokamakUI/Tokamak.git " , from: " 0.9.0 " ) ,
17
17
] ,
18
18
targets: [
You can’t perform that action at this time.
0 commit comments