Skip to content

Commit ebf90f9

Browse files
authored
Update package reference to community versions (#130)
1 parent 47e3b94 commit ebf90f9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ let package = Package(
3030
],
3131
dependencies: [
3232
// Dependencies declare other packages that this package depends on.
33-
.package(url:"https://github.com/Kitura/Swift-Kuery.git", from: "3.0.0"),
34-
.package(url:"https://github.com/Kitura/KituraContracts.git", from: "1.0.0"),
35-
.package(url:"https://github.com/Kitura/TypeDecoder.git", from: "1.0.0")
33+
.package(url:"https://github.com/Kitura/Swift-Kuery.git", from: "3.0.200"),
34+
.package(url:"https://github.com/Kitura/KituraContracts.git", from: "1.2.200"),
35+
.package(url:"https://github.com/Kitura/TypeDecoder.git", from: "1.3.200")
3636
],
3737
targets: [
3838
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Package@swift-4.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ let package = Package(
3030
],
3131
dependencies: [
3232
// Dependencies declare other packages that this package depends on.
33-
.package(url:"https://github.com/Kitura/Swift-Kuery.git", from: "3.0.0"),
34-
.package(url:"https://github.com/Kitura/KituraContracts.git", from: "1.0.0"),
35-
.package(url:"https://github.com/Kitura/TypeDecoder.git", from: "1.0.0")
33+
.package(url:"https://github.com/Kitura/Swift-Kuery.git", from: "3.0.200"),
34+
.package(url:"https://github.com/Kitura/KituraContracts.git", from: "1.2.200"),
35+
.package(url:"https://github.com/Kitura/TypeDecoder.git", from: "1.3.200")
3636
],
3737
targets: [
3838
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)