Skip to content

Commit 2a2d7ad

Browse files
authored
Merge pull request #258 from KyoheiG3/fix-dependency
Update Result version
2 parents e5724dc + da9aea4 commit 2a2d7ad

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

APIKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ Pod::Spec.new do |s|
3535
LICENSE
3636
}
3737

38-
s.dependency "Result", "~> 3.0"
38+
s.dependency "Result", "~> 4.0"
3939
end

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "antitypical/Result" ~> 3.0
1+
github "antitypical/Result" ~> 4.0

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "antitypical/Result" "3.0.0"
1+
github "antitypical/Result" "4.0.0"

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
.library(name: "APIKit", targets: ["APIKit"]),
88
],
99
dependencies: [
10-
.package(url: "https://github.com/antitypical/Result.git", from: "3.0.0"),
10+
.package(url: "https://github.com/antitypical/Result.git", from: "4.0.0"),
1111
],
1212
targets: [
1313
.target(

0 commit comments

Comments
 (0)