From 92478c7c56041646635c8a4fec267edb8eb54917 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:55:00 +0100 Subject: [PATCH] CompatHelper: add new compat entry for TerminalLoggers at version 0.1 for package ribasim_cli, (keep existing compat) (#765) This pull request sets the compat entry for the `TerminalLoggers` package to `0.1` for package ribasim_cli. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Note: Consider registering a new release of your package immediately after merging this PR, as downstream packages may depend on this for tests to pass. --------- Co-authored-by: CompatHelper Julia Co-authored-by: Martijn Visser --- build/ribasim_cli/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/ribasim_cli/Project.toml b/build/ribasim_cli/Project.toml index 5c23d2cb7..d84018710 100644 --- a/build/ribasim_cli/Project.toml +++ b/build/ribasim_cli/Project.toml @@ -17,4 +17,5 @@ Dates = "1" Logging = "1" SciMLBase = "1.60, 2" TOML = "1" +TerminalLoggers = "0.1.7" julia = "1.9"