Skip to content

Commit d73d382

Browse files
authored
Merge pull request #1 from dannys42-contrib/MISC-kitura_community
Update Kitura to community version
2 parents 8e48aca + 3fe69b7 commit d73d382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
targets: ["Koba"])
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/IBM-Swift/Kitura.git", .upToNextMajor(from: "2.1.0"))
15+
.package(url: "https://github.com/Kitura/Kitura.git", .upToNextMajor(from: "2.9.200"))
1616
],
1717
targets: [
1818
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)