Skip to content

Commit 86050f5

Browse files
committed
feat: Update swift-marker-protocols
1 parent bde4839 commit 86050f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
),
2222
.package(
2323
url: "https://github.com/capturecontext/swift-marker-protocols.git",
24-
.upToNextMajor(from: "1.3.0")
24+
.upToNextMajor(from: "1.5.0")
2525
),
2626
],
2727
targets: [

Package@swift-5.9.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
),
2222
.package(
2323
url: "https://github.com/capturecontext/swift-marker-protocols.git",
24-
.upToNextMajor(from: "1.3.0")
24+
.upToNextMajor(from: "1.5.0")
2525
),
2626
],
2727
targets: [

0 commit comments

Comments
 (0)