Skip to content

Commit

Permalink
Update RxSwift to v6.7.1 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikvaa authored Aug 23, 2024
1 parent 109ca7e commit 10ddc86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git",
"state": {
"branch": null,
"revision": "b4307ba0b6425c0ba4178e138799946c3da594f8",
"version": "6.5.0"
"revision": "b06a8c8596e4c3e8e7788e08e720e3248563ce6a",
"version": "6.7.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
.library(name: "RxBluetoothKit_Airthings", targets: ["RxBluetoothKit_Airthings"])
],
dependencies: [
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMinor(from: "6.5.0"))
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMinor(from: "6.7.1"))
],
targets: [
.target(
Expand Down

0 comments on commit 10ddc86

Please sign in to comment.