Skip to content

Commit

Permalink
Merge pull request #5 from ultim8p/develop
Browse files Browse the repository at this point in the history
Update mergeable.
  • Loading branch information
ultim8p authored Jun 15, 2021
2 parents a017e92 + 241e69a commit adbe5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit adbe5cc

Please sign in to comment.