Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
Switch to FredLoh version of Rainbow for Swift 3.0 compatability
  • Loading branch information
iachievedit committed Jun 5, 2016
1 parent fb02320 commit bbdcca5
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 @@ -3,7 +3,6 @@ import PackageDescription
let package = Package(
name:"swiftlog",
dependencies:[
//.Package(url:"https://github.com/iachievedit/Rainbow", majorVersion:1)
.Package(url:"../Rainbow", majorVersion:1)
.Package(url:"https://github.com/FredLoh/Rainbow", majorVersion:1, minor:1)
]
)

0 comments on commit bbdcca5

Please sign in to comment.