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 008928c commit b761f33Copy full SHA for b761f33
.travis.yml
@@ -8,6 +8,7 @@ julia:
8
- 1.1
9
- 1.2
10
- 1.3
11
+ - 1.4
12
- nightly
13
matrix:
14
allow_failures:
Project.toml
@@ -14,10 +14,10 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Swagger = "2d69052b-6a58-5cd9-a030-a48559c324ac"
15
16
[compat]
17
-HTTP = "~ 0.8"
18
-Swagger = "~ 0.2"
19
-JSON = "~ 0.21"
20
-julia = "~ 1"
+HTTP = "0.8"
+Swagger = "0.2"
+JSON = "0.21"
+julia = "1"
21
22
[extras]
23
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments