Skip to content

Commit 707fddf

Browse files
committed
Update RxSwift version
1 parent e9ff084 commit 707fddf

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Package.swift

+19-19
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@
2424
import PackageDescription
2525

2626
let package = Package(
27-
name: "OAuthRxSwift",
28-
products: [
29-
.library(
30-
name: "OAuthRxSwift",
31-
targets: ["OAuthRxSwift"]
32-
),
33-
],
34-
dependencies: [
35-
.package(url: "https://github.com/OAuthSwift/OAuthSwift", .upToNextMajor(from: "2.1.2")),
36-
.package(url: "https://github.com/ReactiveX/RxSwift", .upToNextMajor(from: "5.1.1")),
37-
],
38-
targets: [
39-
.target(
40-
name: "OAuthRxSwift",
41-
dependencies: ["OAuthSwift", "RxSwift"],
42-
path: "Sources"
43-
),
44-
]
45-
)
27+
name: "OAuthRxSwift",
28+
products: [
29+
.library(
30+
name: "OAuthRxSwift",
31+
targets: ["OAuthRxSwift"]
32+
),
33+
],
34+
dependencies: [
35+
.package(url: "https://github.com/OAuthSwift/OAuthSwift", .upToNextMajor(from: "2.1.2")),
36+
.package(url: "https://github.com/ReactiveX/RxSwift", .upToNextMajor(from: "6.0.0")),
37+
],
38+
targets: [
39+
.target(
40+
name: "OAuthRxSwift",
41+
dependencies: ["OAuthSwift", "RxSwift"],
42+
path: "Sources"
43+
),
44+
]
45+
)

0 commit comments

Comments
 (0)