From 9d6d7359dcf311ceabe094e86f1909439980aaa1 Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Sun, 27 Oct 2024 09:12:40 -0700 Subject: [PATCH] chore(fpm.toml): update julienne version to 1.5.2 This improves the formatting of test-reporting output. --- fpm.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpm.toml b/fpm.toml index e5c5b5ca5..f04ae87c6 100644 --- a/fpm.toml +++ b/fpm.toml @@ -6,4 +6,4 @@ maintainer = "rouson@lbl.gov" [dependencies] assert = {git = "https://github.com/sourceryinstitute/assert", tag = "1.7.0"} -julienne = {git = "https://github.com/berkeleylab/julienne", tag = "1.5.0"} +julienne = {git = "https://github.com/berkeleylab/julienne", tag = "1.5.2"}