Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 1b2baaf

Browse files
compnerdmattt
andauthored
Update swift-log dependency (#248)
* Update Package.swift Update to the latest swift-log version. This is driven by the desire to build swift-doc on Windows, which requires a newer version of swift-log. This adjustment enables us to get further with building swift-doc on Windows. * Update Package.resolved Co-authored-by: Mattt <mattt@me.com>
1 parent e40a03c commit 1b2baaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
.package(url: "https://github.com/SwiftDocOrg/Markup.git", .upToNextMinor(from: "0.0.3")),
2323
.package(url: "https://github.com/NSHipster/SwiftSyntaxHighlighter.git", .revision("1.1.3")),
2424
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.1")),
25-
.package(url: "https://github.com/apple/swift-log.git", .upToNextMinor(from: "1.2.0")),
25+
.package(url: "https://github.com/apple/swift-log.git", .upToNextMinor(from: "1.4.2")),
2626
.package(name: "LoggingGitHubActions", url: "https://github.com/NSHipster/swift-log-github-actions.git", .upToNextMinor(from: "0.0.1")),
2727
],
2828
targets: [

0 commit comments

Comments
 (0)