Skip to content

Commit

Permalink
bump Differ to v1.3.0 (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
animeshp authored and tonyarnold committed Sep 26, 2018
1 parent 252f114 commit bb658df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Bond.podspec
Expand Up @@ -30,6 +30,6 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "ReactiveKit", "~> 3.9"
s.dependency "Differ", "~> 1.2"
s.dependency "Differ", "~> 1.3"

end
2 changes: 1 addition & 1 deletion Cartfile
@@ -1,2 +1,2 @@
github "DeclarativeHub/ReactiveKit" ~> 3.9
github "tonyarnold/Differ" ~> 1.2
github "tonyarnold/Differ" ~> 1.3
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -8,7 +8,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/ReactiveKit/ReactiveKit.git", .upToNextMajor(from: "3.9.0")),
.package(url: "https://github.com/tonyarnold/Differ.git", .upToNextMajor(from: "1.2.0"))
.package(url: "https://github.com/tonyarnold/Differ.git", .upToNextMajor(from: "1.3.0"))
],
targets: [
.target(name: "BNDProtocolProxyBase"),
Expand Down

0 comments on commit bb658df

Please sign in to comment.