From c954c3f76e70891b73df17446daaa6fc814622eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 10:37:36 +0000 Subject: [PATCH] Update dependency apple/swift-docc-plugin to from: "1.3.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 56c6b2a..5b98146 100644 --- a/Package.swift +++ b/Package.swift @@ -27,7 +27,7 @@ let package = Package( .package(url: "https://github.com/pointfreeco/swiftui-navigation.git", exact: "1.0.2"), .package(url: "https://github.com/pointfreeco/swift-macro-testing.git", exact: "0.1.0"), .package(url: "https://github.com/google/swift-benchmark", from: "0.1.2"), - .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"), + .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.