Skip to content

Commit 069e713

Browse files
chore: update spm from 7.0.0 to 8.0.0-beta
1 parent 4da3e4f commit 069e713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
targets: ["CapacitorGoogleMapsPlugin"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0"),
13+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta"),
1414
.package(url: "https://github.com/googlemaps/ios-maps-sdk.git", .upToNextMajor(from:"9.4.0")),
1515
.package(url: "https://github.com/googlemaps/google-maps-ios-utils.git", .exact("6.1.0"))
1616
],

0 commit comments

Comments
 (0)