We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a51f87 + 5032966 commit ab0c296Copy full SHA for ab0c296
2 files changed
.verchew.ini
@@ -6,12 +6,12 @@ version = GNU Make
6
[Git]
7
8
cli = git
9
-version = 2.
+version = 2
10
11
[Python]
12
13
cli = python
14
-version = Python 3.6.5
+version = Python 3.7.5
15
16
[Pipenv]
17
@@ -27,19 +27,19 @@ version = 0.11.4
27
28
cli = java
29
cli_version_arg = -version
30
-version = version "1.8.
+version = 2019
31
32
[Leiningen]
33
34
cli = lein
35
-version = Leiningen 2.8.
+version = Leiningen 2.9
36
37
[Firefox]
38
39
cli = firefox
40
-version = 55.
+version = 55
41
42
[geckodriver]
43
44
cli = geckodriver
45
-version = 0.19.
+version = 0.19
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM circleci/python:3.6.5-stretch-browsers
+FROM circleci/python:3.7.5-stretch-browsers
2
3
# Python
4
0 commit comments