Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion autonomy/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:

# Try not to edit this section by hand. Use `dart pub add my_package`
dependencies:
burt_network: ^2.4.0
burt_network: ^3.0.0
a_star: ^3.0.0
meta: ^1.11.0
collection: ^1.19.1
Expand Down
2 changes: 1 addition & 1 deletion burt_network/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: burt_network
description: A starting point for Dart libraries or applications.
version: 2.8.0
version: 3.0.0
publish_to: none
repository: https://github.com/BinghamtonRover/Networking

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
args: ^2.6.0
dhttpd: ^4.1.0
cli_spin: ^1.0.1
burt_network: ^2.4.0
burt_network: ^3.0.0

dev_dependencies:
# dependency_validator: ^5.0.2
Expand Down
2 changes: 1 addition & 1 deletion subsystems/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
# Add regular dependencies here.
dependencies:
args: ^2.6.0
burt_network: ^2.7.0
burt_network: ^3.0.0
collection: ^1.19.0
coordinate_converter: ^1.2.3
csv: ^6.0.0
Expand Down
2 changes: 1 addition & 1 deletion video/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:

# Add regular dependencies here.
dependencies:
burt_network: ^2.7.0
burt_network: ^3.0.0
typed_isolate: ^6.0.0
ffi: ^2.1.0
dartcv4: ^1.1.8
Expand Down
Loading