From 794c78c21a660d4503977ea786fb617085fbb6e3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 19 Oct 2025 16:38:52 +0000 Subject: [PATCH] cNgYy9xP [test-6c] CompatHelper: bump compat for PGFPlotsX to 1 for package subdir_2, (keep existing compat) --- subdir_2/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subdir_2/Project.toml b/subdir_2/Project.toml index 8cb3141b..c875a054 100644 --- a/subdir_2/Project.toml +++ b/subdir_2/Project.toml @@ -1,14 +1,14 @@ name = "compathelper_integration_test_repo" uuid = "0e97b93d-f6aa-40c8-b749-d2f6bf239ed7" +version = "0.1.0" authors = ["Brown Center for Biomedical Informatics"] description = "Test Project.toml in subdirectory with dependency and compat entry" -version = "0.1.0" [deps] PGFPlotsX = "8314cec4-20b6-5062-9cdb-752b83310925" [compat] -PGFPlotsX = "~1.0.0" +PGFPlotsX = "~1.0.0, 1" julia = "1.2" [extras]