Skip to content

Commit 59ec240

Browse files
committed
Update Swift Package dependencies: GeoSwift & geos. Fixes errors when compiling with Xcode 16
1 parent dcbc42f commit 59ec240

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.2
1+
// swift-tools-version:5.5
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
@@ -18,8 +18,8 @@ let package = Package(
1818
dependencies: [
1919
// Dependencies declare other packages that this package depends on.
2020
// .package(url: /* package url */, from: "1.0.0"),
21-
.package(url: "https://github.com/GEOSwift/GEOSwift.git", from: "7.0.0"),
22-
.package(url: "https://github.com/GEOSwift/geos.git", from: "5.0.0")
21+
.package(url: "https://github.com/GEOSwift/GEOSwift.git", from: "10.0.0"),
22+
.package(url: "https://github.com/GEOSwift/geos.git", from: "8.0.0")
2323
],
2424
targets: [
2525
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)