mirror of https://github.com/vapor/docs.git
Update dependency in security/jwt.md translations (#1035)
Update dependency in security/jwt.md translations: - Chinese - Dutch - English - German
This commit is contained in:
parent
b2fb239506
commit
512138578a
|
|
@ -11,7 +11,7 @@ let package = Package(
|
|||
name: "my-app",
|
||||
dependencies: [
|
||||
// Andere Abhängigkeiten...
|
||||
.package(url: "https://github.com/vapor/jwt.git", from: "5.0.0-beta"),
|
||||
.package(url: "https://github.com/vapor/jwt.git", from: "5.0.0"),
|
||||
],
|
||||
targets: [
|
||||
.target(name: "App", dependencies: [
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ let package = Package(
|
|||
name: "my-app",
|
||||
dependencies: [
|
||||
// Other dependencies...
|
||||
.package(url: "https://github.com/vapor/jwt.git", from: "5.0.0-rc"),
|
||||
.package(url: "https://github.com/vapor/jwt.git", from: "5.0.0"),
|
||||
],
|
||||
targets: [
|
||||
.target(name: "App", dependencies: [
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ let package = Package(
|
|||
name: "my-app",
|
||||
dependencies: [
|
||||
// Andere afhankelijkheden...
|
||||
.package(url: "https://github.com/vapor/jwt.git", from: "4.0.0"),
|
||||
.package(url: "https://github.com/vapor/jwt.git", from: "5.0.0"),
|
||||
],
|
||||
targets: [
|
||||
.target(name: "App", dependencies: [
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ let package = Package(
|
|||
name: "my-app",
|
||||
dependencies: [
|
||||
// Other dependencies...
|
||||
.package(url: "https://github.com/vapor/jwt.git", from: "4.0.0"),
|
||||
.package(url: "https://github.com/vapor/jwt.git", from: "5.0.0"),
|
||||
],
|
||||
targets: [
|
||||
.target(name: "App", dependencies: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue