Skip to content

Commit

Permalink
Merge pull request #19 from yonaskolb/set_spm_version
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
yonaskolb authored Mar 31, 2018
2 parents 323a43e + 4b66a86 commit 29221f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/kylef/PathKit.git",
"state": {
"branch": null,
"revision": "404d60fd725d1ba7dbf55cb95a3046285a066169",
"version": "0.9.0"
"revision": "fa81fa9e3a9f59645159c4ea45c0c46ee6558f71",
"version": "0.9.1"
}
},
{
Expand All @@ -60,8 +60,8 @@
"repositoryURL": "https://github.com/drmohundro/SWXMLHash.git",
"state": {
"branch": null,
"revision": "1b8d10f33b92be746c74346f4e713216cb1cb480",
"version": "4.5.0"
"revision": "17d992beb3aaeda403fd35f8d5e70ab1a8124f35",
"version": "4.6.0"
}
},
{
Expand Down Expand Up @@ -93,20 +93,20 @@
},
{
"package": "SwiftPM",
"repositoryURL": "https://github.com/yonaskolb/swift-package-manager",
"repositoryURL": "https://github.com/apple/swift-package-manager",
"state": {
"branch": "untyped_arguments",
"revision": "482eeadc8d2914d0ede3d40800a4d3a9237da7b4",
"version": null
"branch": null,
"revision": "63a01220e93271dc3bf204b9e13dd1aeb2beefee",
"version": "0.2.0"
}
},
{
"package": "SwiftShell",
"repositoryURL": "https://github.com/kareman/SwiftShell.git",
"state": {
"branch": null,
"revision": "a7d875f9bdfbafed81964ad2150e6117ab01d22c",
"version": "4.0.1"
"revision": "b9fd06798993153bc57cde10ee6c75ddc55c2dbd",
"version": "4.0.2"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ let package = Package(
.library(name: "BeakCore", targets: ["BeakCore"]),
],
dependencies: [
.package(url: "https://github.com/jpsim/SourceKitten", from: "0.18.0"),
.package(url: "https://github.com/jpsim/SourceKitten", from: "0.19.1"),
.package(url: "https://github.com/kylef/PathKit.git", from: "0.8.0"),
.package(url: "https://github.com/kylef/Spectre.git", from: "0.8.0"),
.package(url: "https://github.com/yonaskolb/swift-package-manager", .branch("untyped_arguments")),
.package(url: "https://github.com/apple/swift-package-manager", from: "0.2.0"),
.package(url: "https://github.com/kareman/SwiftShell.git", from: "4.0.0"),
],
targets: [
Expand Down

0 comments on commit 29221f0

Please sign in to comment.