Skip to content

Commit

Permalink
Merge pull request #1 from dannys42-contrib/MISC-kitura_community
Browse files Browse the repository at this point in the history
Update Kitura to community version
  • Loading branch information
dannys42 authored Mar 11, 2021
2 parents 8e48aca + 3fe69b7 commit d73d382
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 d73d382

Please sign in to comment.