Skip to content

Commit 6945a2f

Browse files
🔄 synced local './Package.swift' with remote './Package.swift'
1 parent e90a701 commit 6945a2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Package.swift‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import PackageDescription
2222
let package = Package(
2323
name: "CircleModularWalletsCore",
2424
platforms: [
25-
.macOS("13.5"), .iOS(.v16)
25+
.iOS(.v16)
2626
],
2727
products: [
2828
.library(
@@ -31,7 +31,7 @@ let package = Package(
3131
],
3232
dependencies: [
3333
.package(url: "https://github.com/valpackett/SwiftCBOR.git", .upToNextMinor(from: "0.4.7")),
34-
.package(url: "https://github.com/web3swift-team/web3swift.git", .upToNextMinor(from: "3.3.2"))
34+
.package(url: "https://github.com/web3swift-team/web3swift.git", .upToNextMinor(from: "3.2.2"))
3535
],
3636
targets: [
3737
.target(

0 commit comments

Comments
 (0)