Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Jan 5, 2020
1 parent c5a2742 commit 11ec7bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 29 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"repositoryURL": "https://github.com/apple/swift-log",
"state": {
"branch": null,
"revision": "e8aabbe95db22e064ad42f1a4a9f8982664c70ed",
"version": "1.1.1"
"revision": "74d7b91ceebc85daf387ebb206003f78813f71aa",
"version": "1.2.0"
}
},
{
"package": "SwiftCLI",
"repositoryURL": "https://github.com/jakeheis/SwiftCLI",
"state": {
"branch": null,
"revision": "df4d5b3ec2c1421a58d71010ff43528db5b19e04",
"version": "5.3.3"
"revision": "c72c4564f8c0a24700a59824880536aca45a4cae",
"version": "6.0.1"
}
},
{
Expand Down
30 changes: 5 additions & 25 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,12 @@ let package = Package(
.macOS(.v10_13),
],
dependencies: [
.package(
url: "https://github.com/IBM-Swift/HeliumLogger",
from: "1.9.0"
),
.package(
url: "https://github.com/apple/swift-log",
from: "1.0.0"
),
.package(
url: "https://github.com/jakeheis/SwiftCLI",
from: "5.0.0"
),
.package(
url: "https://github.com/SwiftyJSON/SwiftyJSON",
from: "5.0.0"
),
.package(url: "https://github.com/IBM-Swift/HeliumLogger", from: "1.9.0"),
.package(url: "https://github.com/apple/swift-log", from: "1.0.0"),
.package(url: "https://github.com/jakeheis/SwiftCLI", from: "6.0.0"),
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON", from: "5.0.0"),
],
targets: [
.target(
name: "tmignore",
dependencies: [
"HeliumLogger",
"Logging",
"SwiftCLI",
"SwiftyJSON",
]
),
.target(name: "tmignore", dependencies: ["HeliumLogger", "Logging", "SwiftCLI", "SwiftyJSON"]),
]
)

0 comments on commit 11ec7bb

Please # to comment.