Skip to content

Commit 0e78b27

Browse files
committed
Bump stack resolver versions
Modify stack resolver version from 22.28 to 24.1 in stack yaml files.
1 parent 8638cbd commit 0e78b27

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.28
20+
resolver: lts-24.1
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.28
20+
resolver: lts-24.1
2121

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

0 commit comments

Comments
 (0)