Skip to content

Commit

Permalink
Upgrade http4swift to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
takebayashi committed Feb 22, 2016
1 parent 09167f5 commit ba4d971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -4,6 +4,6 @@ let package = Package(
name: "swiftra",
dependencies: [
.Package(url: "https://github.com/nestproject/Nest.git", majorVersion: 0, minor: 2),
.Package(url: "https://github.com/takebayashi/http4swift.git", Version(0, 1, 0))
.Package(url: "https://github.com/takebayashi/http4swift.git", majorVersion: 0, minor: 2)
]
)

0 comments on commit ba4d971

Please sign in to comment.