Skip to content

Commit

Permalink
bump swift-docc-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dastrobu committed Dec 11, 2023
1 parent fc7fcb4 commit 4027337
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 @@ -16,7 +16,7 @@ let package = Package(
var deps: [PackageDescription.Package.Dependency] = []
#if swift(>=5.6.0)
deps.append(
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0")
)
#endif
return deps
Expand Down

0 comments on commit 4027337

Please sign in to comment.