Skip to content

Commit fdccf88

Browse files
committed
Bump stack resolver version
Modify stack resolver from lts 22.23 to 22.28 in stack.yaml files.
1 parent 05c497e commit fdccf88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# resolver: ./custom-snapshot.yaml
1919
# resolver: https://example.com/snapshots/2018-01-01.yaml
20-
resolver: lts-22.23
20+
resolver: lts-22.28
2121

2222
# User packages to be built.
2323
# Various formats can be used as shown in the example below.

test/data/project1/stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# resolver: ./custom-snapshot.yaml
1919
# resolver: https://example.com/snapshots/2018-01-01.yaml
20-
resolver: lts-22.23
20+
resolver: lts-22.28
2121

2222
# User packages to be built.
2323
# Various formats can be used as shown in the example below.

0 commit comments

Comments
 (0)