From 1b0421d3459730be0db6046f3f65593b1723b9c0 Mon Sep 17 00:00:00 2001 From: Luiz Barbosa Date: Wed, 22 Jul 2026 21:56:01 +0100 Subject: [PATCH] chore(deps): bump FP to 2.2.0, ReactiveConcurrency to 1.1.0 Co-Authored-By: Claude Sonnet 5 --- Package.resolved | 14 +++++++------- Package.swift | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Package.resolved b/Package.resolved index 1833615..1fd33e3 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,13 +1,13 @@ { - "originHash" : "38d78dbe4be8223544ebd38b760f93bdc17e2e6c63a8349bacabb9437683618d", + "originHash" : "baedf050d2f46ccf51dafd3cd172d7065ab51b032887fe63f34f428503924ee6", "pins" : [ { "identity" : "fp", "kind" : "remoteSourceControl", "location" : "https://github.com/luizmb/FP.git", "state" : { - "revision" : "d72df5ffaa2ec6b26d8fcbd624e3b66fa3d811c9", - "version" : "2.1.0" + "revision" : "3ff729badf4be84773f9681350e63513dddd4339", + "version" : "2.2.0" } }, { @@ -24,8 +24,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/luizmb/ReactiveConcurrency.git", "state" : { - "revision" : "c93c77e136c454216f8fa9d745f1f04270f5a8f0", - "version" : "1.0.1" + "revision" : "35ac52966c4c514bca05ed23bd3f2f621ea77e0f", + "version" : "1.1.0" } }, { @@ -87,8 +87,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-system.git", "state" : { - "revision" : "b5544ba79a70a0cb3563e75bf26dc198d6b40ed3", - "version" : "1.7.4" + "revision" : "50688cacbd41d547e9eb9f7a213542340b7c442b", + "version" : "1.7.5" } } ], diff --git a/Package.swift b/Package.swift index 2e7ed2f..f50f5a6 100644 --- a/Package.swift +++ b/Package.swift @@ -30,8 +30,8 @@ let package = Package( .library(name: "BonjourService", targets: ["BonjourService"]), ], dependencies: [ - .package(url: "https://github.com/luizmb/FP.git", from: "2.1.0"), - .package(url: "https://github.com/luizmb/ReactiveConcurrency.git", from: "1.0.0"), + .package(url: "https://github.com/luizmb/FP.git", from: "2.2.0"), + .package(url: "https://github.com/luizmb/ReactiveConcurrency.git", from: "1.1.0"), .package(url: "https://github.com/apple/swift-nio.git", from: "2.65.0"), .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.4.0"), ],