Skip to content

Commit

Permalink
Use v6.4.1 version of SotoCore
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jan 31, 2023
1 parent 37d8d29 commit 6faa1fd
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 @@ -358,7 +358,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.1")
],
targets: [
.target(name: "SotoACM", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ACM"),
Expand Down

0 comments on commit 6faa1fd

Please sign in to comment.