Skip to content

Commit

Permalink
Use v6.5.0 version of SotoCore
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Oct 6, 2023
1 parent 92623a6 commit b2338ef
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 @@ -377,7 +377,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.5.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.58.0"),
],
targets: [
Expand Down

0 comments on commit b2338ef

Please sign in to comment.