Skip to content

Commit

Permalink
Use v6.4.0 version of SotoCore
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jan 4, 2023
1 parent 86a9b95 commit 4ca8561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ let package = Package(
.library(name: "SotoXRay", targets: ["SotoXRay"])
],
dependencies: [
.package(url: "https://github.com/soto-project/soto-core.git", .branch("main"))
.package(url: "https://github.com/soto-project/soto-core.git", from: "6.4.0")
],
targets: [
.target(name: "SotoACM", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ACM"),
Expand Down

0 comments on commit 4ca8561

Please sign in to comment.