Skip to content

Commit d8e496d

Browse files
committed
update dependencies
1 parent bc35992 commit d8e496d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
],
1717
dependencies: [
1818
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
19-
.package(url: "https://github.com/dankinsoid/SwiftOpenAPI.git", from: "2.24.1"),
19+
.package(url: "https://github.com/dankinsoid/SwiftOpenAPI.git", from: "2.25.0"),
2020
],
2121
targets: [
2222
.target(

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
],
1717
dependencies: [
1818
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
19-
.package(url: "https://github.com/dankinsoid/SwiftOpenAPI.git", from: "2.24.1"),
19+
.package(url: "https://github.com/dankinsoid/SwiftOpenAPI.git", from: "2.25.0"),
2020
],
2121
targets: [
2222
.target(

0 commit comments

Comments
 (0)