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 1653a8d commit 721f1bfCopy full SHA for 721f1bf
test/Project.toml
@@ -4,14 +4,12 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
4
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
5
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
6
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
7
-JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
8
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
9
10
[compat]
11
Aqua = "0.8"
12
Documenter = "1"
13
HTTP = "1"
14
-JET = "0.9"
+JET = "0.11"
15
JSON = "1"
16
-JuliaFormatter = "2"
17
Test = "1"
test/runtests.jl
@@ -2,7 +2,7 @@ using CTBase
2
using Test
3
using Aqua
using JET
-using JuliaFormatter
+#using JuliaFormatter
using Documenter
using HTTP
using JSON
0 commit comments