Skip to content

Commit 9627344

Browse files
committed
update package
1 parent ea5d88c commit 9627344

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

Package.resolved

Lines changed: 50 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
targets: ["OpenAIAssistants"]),
1919
],
2020
dependencies: [
21-
.package(url: "https://github.com/Moya/Moya.git", .upToNextMajor(from: "15.0.")),
21+
.package(url: "https://github.com/Moya/Moya.git", .upToNextMajor(from: "15.0.0")),
2222
.package(url: "https://github.com/exyte/EventSourceHttpBody.git", .upToNextMajor(from: "0.1.0"))
2323
],
2424
targets: [

0 commit comments

Comments
 (0)