Skip to content

Commit

Permalink
Update to using SotoCore 7.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed May 7, 2024
1 parent 4cad0ec commit 07da2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ let package = Package(
.library(name: "SotoXRay", targets: ["SotoXRay"])
],
dependencies: [
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.0.0-beta.1")
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.0.0-rc.1")
],
targets: [
.target(name: "SotoACM", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ACM", swiftSettings: swiftSettings),
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/generate-package/Package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let package = Package(
{{/targets}}
],
dependencies: [
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.0.0-beta.1")
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.0.0-rc.1")
],
targets: [
{{#targets}}
Expand Down

0 comments on commit 07da2b3

Please sign in to comment.