File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 46
46
HLEDGER_INSTALL_TOOL=hledger-install.sh
47
47
48
48
# this script's version
49
- HLEDGER_INSTALL_VERSION=20210808
49
+ HLEDGER_INSTALL_VERSION=20210921
50
50
51
51
# stackage snapshot to use when installing with stack.
52
52
# You can try specifying a different stackage version here, or
53
53
# commenting out this line to use your current global resolver,
54
54
# to avoid unnecessary building.
55
- RESOLVER=" --resolver=lts-18.5 "
55
+ RESOLVER=" --resolver=lts-18.10 "
56
56
57
57
# things to be installed
58
58
@@ -69,13 +69,13 @@ hledger-interest \
69
69
70
70
# Latest hledger package versions.
71
71
# Don't forget to also bump HLEDGER_INSTALL_VERSION above.
72
- HLEDGER_LIB_VERSION=1.22.2
73
- HLEDGER_VERSION=1.22.2
74
- HLEDGER_UI_VERSION=1.22.2
75
- HLEDGER_WEB_VERSION=1.22.2
72
+ HLEDGER_LIB_VERSION=1.23
73
+ HLEDGER_VERSION=1.23
74
+ HLEDGER_UI_VERSION=1.23
75
+ HLEDGER_WEB_VERSION=1.23
76
76
# addons:
77
77
HLEDGER_IADD_VERSION=1.3.15
78
- HLEDGER_INTEREST_VERSION=1.6.1
78
+ HLEDGER_INTEREST_VERSION=1.6.2
79
79
80
80
# any required dependencies that aren't in the stackage resolver above:
81
81
EXTRA_DEPS=" \
You can’t perform that action at this time.
0 commit comments