Skip to content

Commit c7394d8

Browse files
committed
Use v6 alpha 3 version of SotoCore
1 parent d29e824 commit c7394d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ let package = Package(
319319
.library(name: "SotoXRay", targets: ["SotoXRay"])
320320
],
321321
dependencies: [
322-
.package(url: "https://github.com/soto-project/soto-core.git", .branch("main"))
322+
.package(url: "https://github.com/soto-project/soto-core.git", from: "6.0.0-alpha.3")
323323
],
324324
targets: [
325325
.target(name: "SotoACM", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ACM"),

0 commit comments

Comments
 (0)