Skip to content

Commit ee410e8

Browse files
committed
Dependencies update
- swift-custom-dump from 0.6.1 to 1.0.0 - increase spm version from 5.6 to 5.8
1 parent aa59119 commit ee410e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.6
1+
// swift-tools-version:5.8
22

33
import PackageDescription
44

@@ -23,7 +23,7 @@ let package = Package(
2323
),
2424
.package(
2525
url: "https://github.com/pointfreeco/swift-custom-dump",
26-
.upToNextMajor(from: "0.6.1")
26+
.upToNextMajor(from: "1.0.0")
2727
),
2828
],
2929
targets: [

0 commit comments

Comments
 (0)