Skip to content

Commit

Permalink
Bump RxSwift to 6.8.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikvaa authored Oct 28, 2024
1 parent daff450 commit 075760f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
24 changes: 11 additions & 13 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"object": {
"pins": [
{
"package": "RxSwift",
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git",
"state": {
"branch": null,
"revision": "b06a8c8596e4c3e8e7788e08e720e3248563ce6a",
"version": "6.7.1"
}
"pins" : [
{
"identity" : "rxswift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ReactiveX/RxSwift.git",
"state" : {
"revision" : "c7c7d2cf50a3211fe2843f76869c698e4e417930",
"version" : "6.8.0"
}
]
},
"version": 1
}
],
"version" : 2
}
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.library(name: "RxBluetoothKit_Airthings", targets: ["RxBluetoothKit_Airthings"])
],
dependencies: [
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMinor(from: "6.7.1"))
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMinor(from: "6.8.0"))
],
targets: [
.target(
Expand Down

0 comments on commit 075760f

Please sign in to comment.