Skip to content

Commit

Permalink
have to use dart v2
Browse files Browse the repository at this point in the history
  • Loading branch information
glennj committed Feb 1, 2024
1 parent 55a4330 commit 25157fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/protein-translation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'protein_translation'
environment:
sdk: '>=3.0.0 <4.0.0'
sdk: '>=2.18.0 <3.0.0'
dev_dependencies:
test: '<2.0.0'
5 changes: 5 additions & 0 deletions exercises/practice/protein-translation/pubspec.yaml.rain
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: 'raindrops'
environment:
sdk: '>=2.18.0 <3.0.0'
dev_dependencies:
test: '<2.0.0'

0 comments on commit 25157fa

Please sign in to comment.