Skip to content

Commit

Permalink
Update Swift Package dependencies: GeoSwift & geos. Fixes errors when…
Browse files Browse the repository at this point in the history
… compiling with Xcode 16
  • Loading branch information
roblabs committed Aug 22, 2024
1 parent dcbc42f commit 59ec240
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"repositoryURL": "https://github.com/GEOSwift/geos.git",
"state": {
"branch": null,
"revision": "083e366bc831d0f951974151315383830a79d447",
"version": "5.0.0"
"revision": "f510e634c822116fca615064d889300dba40d761",
"version": "8.1.0"
}
},
{
"package": "GEOSwift",
"repositoryURL": "https://github.com/GEOSwift/GEOSwift.git",
"state": {
"branch": null,
"revision": "7e27a3b92b2ea61cf63ef1664bbe5c734cbb7447",
"version": "7.1.0"
"revision": "1fee0146ee06ca2d1e83070320b95526f3690f9d",
"version": "10.2.0"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.2
// swift-tools-version:5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.

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

0 comments on commit 59ec240

Please sign in to comment.