Skip to content

Commit

Permalink
fix: updating some dev_dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
plucenio committed Jan 16, 2024
1 parent ac8027b commit 9f2a29e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#author: Marco Jakob <[email protected]>
name: event_bus
version: 2.0.0
author: Marco Jakob <[email protected]>
description: A simple Event Bus using Dart Streams for decoupling applications
repository: https://github.com/marcojakob/dart-event-bus
homepage: https://code.makery.ch/library/dart-event-bus/
environment:
sdk: '>=2.12.0 <3.0.0'
dev_dependencies:
build_runner: ^1.2.5
build_web_compilers: ^2.16.4
build_test: ^1.3.7
build_runner: ^2.4.8
build_web_compilers: ^4.0.9
build_test: ^2.0.0
logging: ^1.0.0
test: ^1.5.0

0 comments on commit 9f2a29e

Please sign in to comment.