File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727
2828 # Note: This workflow uses the latest stable version of the Dart SDK.
2929 # You can specify other versions if desired, see documentation here:
Original file line number Diff line number Diff line change 1+
2+ ## 0.2.8
3+ * Updated dependencies
4+ * Requires SDK ^0.3.6, and analyzer ^7.0.0.
5+
16## 0.2.7
27* Updated dependencies.
38* Added topics to ` pubspec.yaml ` .
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: MergingBuilder reads several input files and writes merged output
44 to one file. StandaloneBuilder enables output to a custom folder with custom
55 output file name.
66
7- version : 0.2.7
7+ version : 0.2.8
88
99homepage : https://github.com/simphotonics/merging_builder
1010
@@ -36,6 +36,6 @@ dependencies:
3636# ref: master
3737# path: source_gen
3838dev_dependencies :
39- build_test : ^2.2.2
40- lints : ^3.0.0
41- test : ^1.25.2
39+ build_test : ^2.2.3
40+ lints : ^5.1.1
41+ test : ^1.25.14
You can’t perform that action at this time.
0 commit comments