From c63e7d05492c868d0f273b41f10c4a800499112a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:47:25 +0000 Subject: [PATCH] Update dependency apple/swift-docc-plugin to from: "1.4.2" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 5df27a0..13ed594 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/apple/swift-tools-support-core.git", .upToNextMinor(from: "0.6.1")), - .package(url: "https://github.com/apple/swift-docc-plugin", .upToNextMinor(from: "1.3.0")), + .package(url: "https://github.com/apple/swift-docc-plugin", .upToNextMinor(from: "1.4.2")), .package(url: "https://github.com/apple/swift-log.git", .upToNextMinor(from: "1.6.1")), .package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMinor(from: "1.22.0")), ],