Skip to content

Commit

Permalink
chore/downgrade-collection-to-1.17.1 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbuechler authored Aug 25, 2023
1 parent db9e110 commit 4a16952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/logger/logger.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:logger/logger.dart';

getLogger(bool printLogs) {
Logger getLogger(bool printLogs) {
return Logger(
level: printLogs ? Level.debug : Level.off,
printer: PrettyPrinter(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
sdk: '^3.0.0'

dependencies:
collection: ^1.18.0
collection: ^1.17.1
dio: ^5.3.2
http_parser: ^4.0.2
logger: ^2.0.1
Expand Down

0 comments on commit 4a16952

Please sign in to comment.