Skip to content

Commit

Permalink
Merge branch 'main' into github-renovate/vapor-vapor-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Dec 22, 2024
2 parents f0f302f + 7363b0d commit ec9d525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/soto_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import PackageDescription
let package = Package(
name: "PhoneNumberKitExample",
dependencies: [
.package(url: "https://github.com/soto-project/soto.git", from: "7.2.0"),
.package(url: "https://github.com/soto-project/soto.git", from: "7.3.0"),
]
)
2 changes: 1 addition & 1 deletion examples/stripe_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/stripe/stripe-ios",
from: "24.1.3"
from: "24.2.0"
),
]
)

0 comments on commit ec9d525

Please sign in to comment.