Skip to content

Commit 045a82d

Browse files
committed
Update Package
1 parent 3cc99a6 commit 045a82d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Package.resolved

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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 6.1
1+
// swift-tools-version: 6.2
22
import PackageDescription
33

44
let package = Package(
@@ -16,7 +16,7 @@ let package = Package(
1616
),
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3"),
19+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.5"),
2020
.package(url: "https://github.com/apple/swift-log", from: "1.6.3")
2121
],
2222
targets: [

0 commit comments

Comments
 (0)