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"),