Skip to content

Commit 02bb7f7

Browse files
committed
Updated EventDrivenSwift to 5.0.0
Updated `EventDrivenSwift` to 5.0.0
1 parent 76c3d92 commit 02bb7f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
// Dependencies declare other packages that this package depends on.
1919
.package(url: "https://github.com/Flowduino/ThreadSafeSwift.git", .upToNextMajor(from: "1.1.0")),
2020
.package(url: "https://github.com/Flowduino/Observable.git", .upToNextMajor(from: "2.0.0")),
21-
.package(url: "https://github.com/Flowduino/EventDrivenSwift.git", .upToNextMajor(from: "4.0.0")),
21+
.package(url: "https://github.com/Flowduino/EventDrivenSwift.git", .upToNextMajor(from: "5.0.0")),
2222
.package(url: "https://github.com/armadsen/ORSSerialPort.git", .upToNextMajor(from: "2.1.0"))
2323
],
2424
targets: [

0 commit comments

Comments
 (0)