diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index b409a6f..d016918 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -28,4 +28,4 @@ jobs: - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 with: - ALLOW_RERESOLVE: false \ No newline at end of file + allow_reresolve: false \ No newline at end of file diff --git a/Project.toml b/Project.toml index bf55649..84630e9 100644 --- a/Project.toml +++ b/Project.toml @@ -17,12 +17,12 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" PlotsExt = "Plots" [compat] -LaTeXStrings = "1" -Latexify = "0.15, 0.16" +LaTeXStrings = "1.2" +Latexify = "0.16.8" LinearAlgebra = "1" -Plots = "1" +Plots = "1.39" Preferences = "1.3" -RecipesBase = "1" +RecipesBase = "1.3.1" julia = "1.10" [extras] diff --git a/test/Project.toml b/test/Project.toml index f4c7cc9..1aeb51f 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -8,7 +8,7 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" [compat] Aqua = "0.8" -LaTeXStrings = "1" -Plots = "1" +LaTeXStrings = "1.2" +Plots = "1.39" StaticArrays = "1.3" -UnicodePlots = "2, 3" +UnicodePlots = "3"