Skip to content

Commit

Permalink
Uses updated Swift-cfenv (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Liberatore authored Nov 21, 2017
1 parent 1b1b8db commit 446c74f
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 @@ -27,7 +27,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/IBM-Swift/Swift-cfenv.git", .upToNextMajor(from: "5.0.0")),
.package(url: "https://github.com/IBM-Swift/Swift-cfenv.git", .upToNextMajor(from: "6.0.0")),
.package(url: "https://github.com/IBM-Swift/LoggerAPI.git", .upToNextMajor(from: "1.0.0"))
],
targets: [
Expand All @@ -41,4 +41,3 @@ let package = Package(
)
]
)

0 comments on commit 446c74f

Please sign in to comment.