We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 683bfe2 + 34d2d58 commit 15e6b01Copy full SHA for 15e6b01
Package.swift
@@ -31,7 +31,7 @@ let package = Package(
31
),
32
],
33
dependencies: [
34
- .package(url: "https://github.com/Esri/arcgis-maps-sdk-swift", .upToNextMinor(from: "200.5.0")),
+ .package(url: "https://github.com/Esri/arcgis-maps-sdk-swift", .upToNextMinor(from: "200.6.0")),
35
.package(url: "https://github.com/swiftlang/swift-markdown.git", .upToNextMinor(from: "0.4.0"))
36
37
targets: [
0 commit comments