Skip to content

Commit

Permalink
Allow latest pkg:build_web_compilers, bump min SDK to v3 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Oct 18, 2023
1 parent cc8ca1c commit 2c16283
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [2.19.0, dev]
sdk: [3.0.0, dev]

steps:
# These are the latest versions of the github actions; dependabot will
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2.1.5
## 2.1.5-dev

- Require Dart 2.19
- Require Dart 3.0

## 2.1.4

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ description: A Vector Math library for 2D and 3D applications.
repository: https://github.com/google/vector_math.dart

environment:
sdk: ">=2.19.0 <3.0.0"
sdk: ^3.0.0

dev_dependencies:
benchmark_harness: ^2.0.0
build_runner: ^2.0.0
build_test: ^2.0.0
build_web_compilers: ^3.0.0
build_web_compilers: ^4.0.0
dart_flutter_team_lints: ^1.0.0
path: ^1.8.0
test: ^1.16.0

0 comments on commit 2c16283

Please sign in to comment.