Skip to content

Commit 849962d

Browse files
committed
bump the dependency, because why not
1 parent 87aa1cb commit 849962d

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
@@ -12,7 +12,7 @@ let package = Package(
1212
.library(name: "LoggerMiddleware", targets: ["LoggerMiddleware"])
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/SwiftRex/SwiftRex.git", .upToNextMajor(from: "0.8.2"))
15+
.package(url: "https://github.com/SwiftRex/SwiftRex.git", .upToNextMajor(from: "0.8.6"))
1616
],
1717
targets: [
1818
.target(

0 commit comments

Comments
 (0)