Update Bodega to 2.1.3

This commit is contained in:
Joe Fabisevich
2024-06-19 13:59:16 -04:00
committed by GitHub
parent 9f595373d2
commit 28e295c131

View File

@@ -15,7 +15,7 @@ let package = Package(
targets: ["Boutique"]),
],
dependencies: [
.package(url: "https://github.com/mergesort/Bodega.git", exact: Version(2, 1, 0)),
.package(url: "https://github.com/mergesort/Bodega.git", exact: Version(2, 1, 3)),
.package(url: "https://github.com/apple/swift-collections", from: Version(1, 0, 3)),
.package(url: "https://github.com/apple/swift-docc-plugin", from: Version(1, 0, 0)),
],