Skip to content

Commit

Permalink
Updated Request.swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkhanAlikhanov committed Jul 15, 2017
1 parent 258026b commit e8441b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ let package = Package(
name: "HttpSwift",
dependencies: [
.Package(url: "https://github.com/BiAtoms/Socket.swift.git", majorVersion: 1, minor: 3),
.Package(url: "https://github.com/BiAtoms/Request.swift.git", majorVersion: 1, minor: 0),
.Package(url: "https://github.com/BiAtoms/Request.swift.git", majorVersion: 1, minor: 1),//for tests
]
)
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ target 'HttpSwift' do

target 'HttpSwiftTests' do
inherit! :search_paths
pod 'Request.swift', '~> 1.0'
pod 'Request.swift', '~> 1.1'
end
end

Expand Down

0 comments on commit e8441b9

Please sign in to comment.