Skip to content

Commit

Permalink
Uses updated configuration (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Liberatore authored and rolivieri committed Nov 20, 2017
1 parent a87a057 commit 2b4a8a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let package = Package(
dependencies: [
//.Package(url: "https://github.com/behrang/YamlSwift.git", majorVersion: 1),
.package(url: "https://github.com/IBM-Swift/LoggerAPI.git", .upToNextMajor(from: "1.7.0")),
.package(url: "https://github.com/IBM-Swift/Configuration.git", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/IBM-Swift/Configuration.git", .upToNextMajor(from: "3.0.0")),
],
targets: [
.target(
Expand All @@ -43,4 +43,3 @@ let package = Package(
),
]
)

0 comments on commit 2b4a8a3

Please sign in to comment.