Skip to content

Commit

Permalink
Update Kitura to community version
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Sung committed Mar 11, 2021
1 parent 8e48aca commit 3fe69b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
targets: ["Koba"])
],
dependencies: [
.package(url: "https://github.com/IBM-Swift/Kitura.git", .upToNextMajor(from: "2.1.0"))
.package(url: "https://github.com/Kitura/Kitura.git", .upToNextMajor(from: "2.9.200"))
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 3fe69b7

Please sign in to comment.