From 241e69a616e2da01728190469fc0751f4c7211fb Mon Sep 17 00:00:00 2001 From: Guerson Date: Mon, 14 Jun 2021 23:06:08 -0500 Subject: [PATCH] Update mergeable. --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index cf1b92c..bc10ce5 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. - .package(url: "https://github.com/ultim8p/Mergeable", .branch("development")), + .package(url: "https://github.com/ultim8p/Mergeable", .upToNextMajor(from: "0.0.4")), // .upToNextMajor(from: "0.0.2") .package(url: "https://github.com/ultim8p/BinarySearch", .upToNextMajor(from: "0.0.3")), .package(url: "https://github.com/ultim8p/CodableUtils", .upToNextMajor(from: "0.0.2"))