From 67db3d62c204496ab4fc1a6a953afd25b33c2615 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 18:14:27 +0000 Subject: [PATCH] chore(deps): update dependency combinecommunity/combineext to from: "1.9.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 79a7d0c..7f6870e 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,7 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/CombineCommunity/CombineExt", from: "1.8.1"), + .package(url: "https://github.com/CombineCommunity/CombineExt", from: "1.9.0"), .package(url: "https://github.com/michaelhenry/CombineCocoa", from: "1.0.1"), .package(url: "https://github.com/michaelhenry/Prettier.swift", from: "1.1.1"), .package(url: "https://github.com/raspu/Highlightr", from: "2.1.2"),