Skip to content

Commit

Permalink
Merge pull request #9 from Cellane/patch-1
Browse files Browse the repository at this point in the history
Hopefully fixed dependency issue
  • Loading branch information
rafiki270 authored Jul 24, 2018
2 parents d6dff77 + bc80f5c commit 1faabf2
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 1faabf2

Please sign in to comment.