diff --git a/Projects/ThirdParty/Project.swift b/Projects/ThirdParty/Project.swift index 05ce78b..2cedf6c 100644 --- a/Projects/ThirdParty/Project.swift +++ b/Projects/ThirdParty/Project.swift @@ -5,7 +5,7 @@ let project = Project( name: "ThirdParty", packages: [ .remote(url: "https://github.com/2sem/LSExtensions", - requirement: .exact("0.1.23")), + requirement: .exact("0.1.24")), .remote(url: "https://github.com/CosmicMind/Material", requirement: .upToNextMajor(from: "3.1.8")), .package(id: "reactivex.RxSwift", from: "5.1.3"),