Skip to content

Commit 1faabf2

Browse files
authored
Merge pull request #9 from Cellane/patch-1
Hopefully fixed dependency issue
2 parents d6dff77 + bc80f5c commit 1faabf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
dependencies: [
1212
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
1313
.package(url: "https://github.com/LiveUI/XMLCoding.git", from: "0.1.0"),
14-
.package(url: "https://github.com/LiveUI/VaporTestTools.git", .branch("master"))
14+
.package(url: "https://github.com/LiveUI/VaporTestTools.git", from: "0.1.5")
1515
],
1616
targets: [
1717
.target(name: "S3", dependencies: [

0 commit comments

Comments
 (0)