Skip to content

Commit

Permalink
Update Swinject version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubvano committed Mar 27, 2018
1 parent e33350c commit 431c5cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "Swinject/Swinject" ~> 2.2
github "Swinject/Swinject" ~> 2.3
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Quick/Nimble" "v7.0.3"
github "Quick/Quick" "v1.2.0"
github "Swinject/Swinject" "2.2.0"
github "Swinject/Swinject" "2.3.0"
2 changes: 1 addition & 1 deletion SwinjectStoryboard.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
s.dependency 'Swinject', '~> 2.2'
s.dependency 'Swinject', '~> 2.3'
s.requires_arc = true
end

0 comments on commit 431c5cf

Please sign in to comment.