From 9835a72d706011dfb96debb7a4e9f598f2120d8d 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:54:51 +0100 Subject: [PATCH] CompatHelper: add new compat entry for SciMLBase at version 2 for package ribasim_cli, (keep existing compat) (#766) This pull request sets the compat entry for the `SciMLBase` package to `2` 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 dedb7e3ef..5c23d2cb7 100644 --- a/build/ribasim_cli/Project.toml +++ b/build/ribasim_cli/Project.toml @@ -15,5 +15,6 @@ TerminalLoggers = "5d786b92-1e48-4d6f-9151-6b4477ca9bed" [compat] Dates = "1" Logging = "1" +SciMLBase = "1.60, 2" TOML = "1" julia = "1.9"