We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5019863 commit f294bf9Copy full SHA for f294bf9
Project.toml
@@ -3,13 +3,11 @@ uuid = "6e93e0f3-59a5-426f-9354-1ff93716b9b4"
3
authors = ["Raphael Sampaio <[email protected]>"]
4
version = "0.1.0"
5
6
-[deps]
7
-
8
[compat]
9
Aqua = "0.8"
10
LinearAlgebra = "1.0"
11
Test = "1.0"
12
-julia = "1.6"
+julia = "1.0"
13
14
[extras]
15
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
test/test.bat
@@ -2,4 +2,4 @@
2
SET BASEPATH=%~dp0
-CALL julia +1.6 --project=%BASEPATH%\.. -e "import Pkg; Pkg.test()"
+CALL julia +1.11 --project=%BASEPATH%\.. -e "import Pkg; Pkg.test()"
0 commit comments