Skip to content

Commit

Permalink
chore(deps): update dependency dart to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent b2cbedf commit 051100b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dart/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dart:2.19
FROM dart:3.2

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion dart/start/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: start_app

environment:
sdk: ">=2.0.0 <3.0.0"
sdk: "<4.0.0"

dependencies:
start: ">=0.4.0 <0.5.0"

0 comments on commit 051100b

Please sign in to comment.