Skip to content

Commit

Permalink
Updated package reference to community version (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannys42 authored Oct 3, 2020
1 parent bffe073 commit 8418006
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url:"https://github.com/Kitura/LoggerAPI.git", from: "1.0.0"),
.package(url:"https://github.com/Kitura/LoggerAPI.git", from: "1.9.200"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url:"https://github.com/Kitura/LoggerAPI.git", from: "1.0.0"),
.package(url:"https://github.com/Kitura/LoggerAPI.git", from: "1.9.200"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url:"https://github.com/Kitura/LoggerAPI.git", from: "1.0.0"),
.package(url:"https://github.com/Kitura/LoggerAPI.git", from: "1.9.200"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url:"https://github.com/Kitura/LoggerAPI.git", from: "1.0.0"),
.package(url:"https://github.com/Kitura/LoggerAPI.git", from: "1.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 8418006

Please sign in to comment.