diff --git a/Project.toml b/Project.toml index c6f611d9..30ba24ff 100644 --- a/Project.toml +++ b/Project.toml @@ -1,8 +1,8 @@ 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 with dependency and weak dependency and compat entries for them" -version = "0.1.0" [deps] Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" @@ -14,7 +14,7 @@ PGFPlotsX = "8314cec4-20b6-5062-9cdb-752b83310925" Ext = "PGFPlotsX" [compat] -PGFPlotsX = "~1.0.0" +PGFPlotsX = "1" Plots = "1" julia = "1.2"