Skip to content

Commit dfeb789

Browse files
committed
deps: loosen build dependency to >=2.2.1 <5.0.0
1 parent 9756019 commit dfeb789

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

slang_build_runner/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.8.1
2+
3+
- deps: loosen `build` dependency to `>=2.2.1 <5.0.0`
4+
15
## 4.8.0
26

37
- bump `slang` to `4.8.0`

slang_build_runner/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: slang_build_runner
22
description: build_runner integration for slang. This library ensures that slang is recognized by build_runner.
3-
version: 4.8.0
3+
version: 4.8.1
44
repository: https://github.com/slang-i18n/slang
55

66
environment:
77
sdk: ">=3.3.0 <4.0.0"
88

99
dependencies:
10-
build: '>=2.2.1 <4.0.0'
10+
build: '>=2.2.1 <5.0.0'
1111
dart_style: '>=2.3.7 <4.0.0'
1212
glob: ^2.0.2
1313

0 commit comments

Comments
 (0)