Skip to content

Commit

Permalink
Fix webdev test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Gringauze committed Jul 7, 2023
1 parent dce82fb commit 57c73bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webdev/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: webdev
# Every time this changes you need to run `dart run build_runner build`.
version: 3.0.6
version: 3.0.7-wip
# We should not depend on a dev SDK before publishing.
# publish_to: none
description: >-
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion webdev/test/integration_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ dependencies:
}

const _supportedBuildRunnerVersion = '2.4.0';
const _supportedWebCompilersVersion = '4.0.0';
const _supportedWebCompilersVersion = '4.0.4';
const _supportedBuildDaemonVersion = '4.0.0';

String _pubspecYaml = '''
Expand Down

0 comments on commit 57c73bb

Please sign in to comment.