Skip to content

Commit

Permalink
Update dependency version (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannys42 authored Sep 12, 2021
1 parent 6765033 commit 6edf7ac
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 @@ -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.9.200"),
.package(url:"https://github.com/Kitura/LoggerAPI.git", from: "2.0.0"),
],
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 6edf7ac

Please sign in to comment.