File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ val installAll =
4444 |python3 -m pip install pylint-common==0.2.2 &&
4545 |python -m pip install pylint-celery==0.3 &&
4646 |python3 -m pip install pylint-celery==0.3 &&
47- |python -m pip install pylint==1.5 .4 --upgrade --ignore-installed --no-cache-dir &&
48- |python3 -m pip install pylint==1.5 .4 --upgrade --ignore-installed --no-cache-dir """ .stripMargin.replaceAll(System .lineSeparator()," " )
47+ |python -m pip install pylint==1.6 .4 --upgrade --ignore-installed --no-cache-dir &&
48+ |python3 -m pip install pylint==1.6 .4 --upgrade --ignore-installed --no-cache-dir """ .stripMargin.replaceAll(System .lineSeparator()," " )
4949
5050mappings in Universal <++= (resourceDirectory in Compile ) map { (resourceDir : File ) =>
5151 val src = resourceDir / " docs"
You can’t perform that action at this time.
0 commit comments