Skip to content

Commit

Permalink
Roll back LoggerAPI dependency to 1.7 (#243)
Browse files Browse the repository at this point in the history
- to avoid SPM resolution problems with other projects that contain an existing dependency on 1.7
  • Loading branch information
djones6 committed Feb 26, 2018
1 parent 0c39115 commit 9b4221e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import PackageDescription

var dependencies: [Package.Dependency] = [
.package(url: "https://github.com/IBM-Swift/LoggerAPI.git", from: "2.0.0"),
.package(url: "https://github.com/IBM-Swift/LoggerAPI.git", .upToNextMinor(from: "1.7.0")),
.package(url: "https://github.com/IBM-Swift/BlueSocket.git", .upToNextMinor(from: "0.12.0")),
.package(url: "https://github.com/IBM-Swift/CCurl.git", from: "1.0.0"),
.package(url: "https://github.com/IBM-Swift/BlueSSLService.git", .upToNextMinor(from: "0.12.0"))
Expand Down

0 comments on commit 9b4221e

Please sign in to comment.