From c26d1d495ff2f0767df154e7d1cc85153f480461 Mon Sep 17 00:00:00 2001 From: Yogthos Date: Sat, 26 Sep 2026 23:31:58 -0400 Subject: [PATCH] CI: jolt v0.8.13 It shares the last collection in mapcat and apply concat, so tree-seq over deep data is linear again. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index daea8b1..41dc1b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: push # pinned: "latest" is looked up on the GitHub API, which rate-limits the # parallel jobs, and a new release would change what CI runs on env: - JOLT_VERSION: v0.8.12 + JOLT_VERSION: v0.8.13 jobs: test: