Skip to content

Commit

Permalink
Hopefully fixed dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Cellane authored Jul 23, 2018
1 parent d6dff77 commit bc80f5c
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 @@ -11,7 +11,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
.package(url: "https://github.com/LiveUI/XMLCoding.git", from: "0.1.0"),
.package(url: "https://github.com/LiveUI/VaporTestTools.git", .branch("master"))
.package(url: "https://github.com/LiveUI/VaporTestTools.git", from: "0.1.5")
],
targets: [
.target(name: "S3", dependencies: [
Expand Down

0 comments on commit bc80f5c

Please sign in to comment.