From 974b831dd91e64892ad298eea587d8c423ad12d2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 3 Sep 2023 08:38:57 +0100 Subject: [PATCH] install: bump to latest versions --- hledger-install/hledger-install.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hledger-install/hledger-install.sh b/hledger-install/hledger-install.sh index e6ba773d0..b2c6e6bae 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -13,7 +13,7 @@ set -o pipefail HLEDGER_INSTALL_TOOL=hledger-install.sh # This install script's version. -HLEDGER_INSTALL_VERSION=20230620 +HLEDGER_INSTALL_VERSION=20230903 # Tools to be installed by this install script, official tools first. # Keep synced with the package versions below. @@ -41,10 +41,10 @@ pip \ # Keep synced with the tools above. # When changing remember to also bump HLEDGER_INSTALL_VERSION. # Official: -HLEDGER_LIB_VERSION=1.30 -HLEDGER_VERSION=1.30.1 -HLEDGER_UI_VERSION=1.30 -HLEDGER_WEB_VERSION=1.30 +HLEDGER_LIB_VERSION=1.31 +HLEDGER_VERSION=1.31 +HLEDGER_UI_VERSION=1.31 +HLEDGER_WEB_VERSION=1.31 # Third-party: HLEDGER_IADD_VERSION=1.3.18 HLEDGER_INTEREST_VERSION=1.6.5 @@ -95,7 +95,7 @@ STACK_MIN_VERSION=2.5.1 # You can try specifying a different stackage version here, or # commenting out this line to use your current global resolver, # to avoid unnecessary building. -STACK_RESOLVER="--resolver=lts-21.0" +STACK_RESOLVER="--resolver=lts-21.9" # Dependencies we require that aren't in the above stackage snapshot. # (Also requested when using cabal, but that's harmless.)