Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
The latest version of leiningen has a dependency problem with codox (#…
Browse files Browse the repository at this point in the history
…14132)

The document generation tool - this will ping the version to 2.8.3
  • Loading branch information
gigasquid authored and szha committed Feb 14, 2019
1 parent 97ce14d commit 0cce0fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/install/ubuntu_clojure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ echo 'Installing Clojure...'
wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
chmod 775 lein
sudo cp lein /usr/local/bin
echo "Y" | sudo lein downgrade 2.8.3
1 change: 1 addition & 0 deletions docs/build_version_doc/setup_docs_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ echo "Installing Clojure dependencies..."
wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
chmod 775 lein
sudo cp lein /usr/local/bin
echo "Y" | sudo lein downgrade 2.8.3


echo "Installing R dependencies..."
Expand Down

0 comments on commit 0cce0fe

Please sign in to comment.