Merge pull request #31 from shibapm/update_yams

Update Yams
This commit is contained in:
Franco Meloni 2019-06-13 11:51:19 -07:00 committed by GitHub
commit 93f67d135a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@
"pins": [ "pins": [
{ {
"package": "Komondor", "package": "Komondor",
"repositoryURL": "https://github.com/orta/Komondor.git", "repositoryURL": "https://github.com/shibapm/Komondor.git",
"state": { "state": {
"branch": null, "branch": null,
"revision": "3cd6d76887816ead5931ddbfb249c2935f518e17", "revision": "3cd6d76887816ead5931ddbfb249c2935f518e17",
@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/f-meloni/Logger", "repositoryURL": "https://github.com/f-meloni/Logger",
"state": { "state": {
"branch": null, "branch": null,
"revision": "c1cb5a142b99687ecc55d8de101bf082889f5fd1", "revision": "53c3ecca5abe8cf46697e33901ee774236d94cce",
"version": "0.2.2" "version": "0.2.3"
} }
}, },
{ {
@ -30,7 +30,7 @@
}, },
{ {
"package": "PackageConfig", "package": "PackageConfig",
"repositoryURL": "https://github.com/orta/PackageConfig.git", "repositoryURL": "https://github.com/shibapm/PackageConfig.git",
"state": { "state": {
"branch": null, "branch": null,
"revision": "912c12f0eb33577124e7bf16e51830ae0af49962", "revision": "912c12f0eb33577124e7bf16e51830ae0af49962",
@ -60,8 +60,8 @@
"repositoryURL": "https://github.com/nicklockwood/SwiftFormat.git", "repositoryURL": "https://github.com/nicklockwood/SwiftFormat.git",
"state": { "state": {
"branch": null, "branch": null,
"revision": "8b3e855384f15847915fa3a02019185ee7515107", "revision": "ef65f79ccdc80216624bd2f609cb037a098ca1bb",
"version": "0.40.8" "version": "0.40.9"
} }
}, },
{ {
@ -87,8 +87,8 @@
"repositoryURL": "https://github.com/jpsim/Yams", "repositoryURL": "https://github.com/jpsim/Yams",
"state": { "state": {
"branch": null, "branch": null,
"revision": "b08dba4bcea978bf1ad37703a384097d3efce5af", "revision": "c947a306d2e80ecb2c0859047b35c73b8e1ca27f",
"version": "1.0.2" "version": "2.0.0"
} }
} }
] ]

View File

@ -14,7 +14,7 @@ let package = Package(
], ],
dependencies: [ dependencies: [
// Dependencies declare other packages that this package depends on. // Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/jpsim/Yams", from: "1.0.0"), .package(url: "https://github.com/jpsim/Yams", from: "2.0.0"),
.package(url: "https://github.com/f-meloni/Logger", from: "0.2.2"), .package(url: "https://github.com/f-meloni/Logger", from: "0.2.2"),
.package(url: "https://github.com/kareman/SwiftShell", from: "4.1.0"), .package(url: "https://github.com/kareman/SwiftShell", from: "4.1.0"),
.package(url: "https://github.com/shibapm/PackageConfig.git", from: "0.10.0"), .package(url: "https://github.com/shibapm/PackageConfig.git", from: "0.10.0"),