Skip to content

Commit

Permalink
feat: lower SDK min constraint to 2.12.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaugold committed Sep 27, 2022
1 parent d3a2f6e commit 1bdbdfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/launch_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class ExecutableConfig {
}

class CliLauncherConfigException extends CliLauncherException {
CliLauncherConfigException(this.node, super.message);
CliLauncherConfigException(this.node, String message) : super(message);

final YamlNode node;

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/blaugold/cli_launcher
issue_tracker: https://github.com/blaugold/cli_launcher/issues

environment:
sdk: '>=2.18.1 <3.0.0'
sdk: '>=2.12.0 <3.0.0'

dependencies:
cli_util: ^0.3.5
Expand Down

0 comments on commit 1bdbdfd

Please sign in to comment.