diff --git a/autonomy/pubspec.yaml b/autonomy/pubspec.yaml index 0c65f9e4..56f0690a 100644 --- a/autonomy/pubspec.yaml +++ b/autonomy/pubspec.yaml @@ -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 diff --git a/burt_network/pubspec.yaml b/burt_network/pubspec.yaml index b6d4527a..dfa58f8d 100644 --- a/burt_network/pubspec.yaml +++ b/burt_network/pubspec.yaml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index f58ebf22..bde47678 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 diff --git a/subsystems/pubspec.yaml b/subsystems/pubspec.yaml index 3b292336..d8180ba3 100644 --- a/subsystems/pubspec.yaml +++ b/subsystems/pubspec.yaml @@ -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 diff --git a/video/pubspec.yaml b/video/pubspec.yaml index 8f9c8f28..15601373 100644 --- a/video/pubspec.yaml +++ b/video/pubspec.yaml @@ -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