Skip to content

Commit 28e295c

Browse files
authored
Update Bodega to 2.1.3
1 parent 9f59537 commit 28e295c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
targets: ["Boutique"]),
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/mergesort/Bodega.git", exact: Version(2, 1, 0)),
18+
.package(url: "https://github.com/mergesort/Bodega.git", exact: Version(2, 1, 3)),
1919
.package(url: "https://github.com/apple/swift-collections", from: Version(1, 0, 3)),
2020
.package(url: "https://github.com/apple/swift-docc-plugin", from: Version(1, 0, 0)),
2121
],

0 commit comments

Comments
 (0)