Skip to content

Commit 881ec3f

Browse files
chore(deps): update dependency geoswift/geoswift to from: "11.1.0" (#1487)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [GEOSwift/GEOSwift](https://redirect.github.com/GEOSwift/GEOSwift) | minor | `from: "11.0.0"` -> `from: "11.1.0"` | --- ### Release Notes <details> <summary>GEOSwift/GEOSwift (GEOSwift/GEOSwift)</summary> ### [`v11.1.0`](https://redirect.github.com/GEOSwift/GEOSwift/blob/HEAD/CHANGELOG.md#1110) [Compare Source](https://redirect.github.com/GEOSwift/GEOSwift/compare/11.0.0...11.1.0) - [#&#8203;290](https://redirect.github.com/GEOSwift/GEOSwift/pull/290) Add `LineStringConvertible.substring(fromFraction:toFraction:)` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 350d76b commit 881ec3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/interesting_deps/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let package = Package(
66
name: "MySwiftPackage",
77
dependencies: [
88
.package(url: "https://github.com/CocoaLumberjack/CocoaLumberjack.git", from: "3.8.5"),
9-
.package(url: "https://github.com/GEOSwift/GEOSwift", from: "11.0.0"),
9+
.package(url: "https://github.com/GEOSwift/GEOSwift", from: "11.1.0"),
1010
.package(url: "https://github.com/OpenCombine/OpenCombine", from: "0.14.0"),
1111
.package(url: "https://github.com/SDWebImage/libwebp-Xcode.git", from: "1.5.0"),
1212
.package(url: "https://github.com/apple/swift-log", from: "1.6.2"),

0 commit comments

Comments
 (0)