Skip to content

Instantly share code, notes, and snippets.

@KSCGroup
Created March 5, 2012 05:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KSCGroup/1976711 to your computer and use it in GitHub Desktop.
Save KSCGroup/1976711 to your computer and use it in GitHub Desktop.
Log of a terminal session that shows how the lein-repls plugin can be up/down-graded
~>cljsh -u
Determine if the lein-repls plugin is installed...
Determine what lein-repls version is installed (need to start server if needed)...
Current lein-repls version is: "1.9.5".
Downloading lein-repls info from clojars...
Available versions on clojars:
[lein-repls "1.0.0-SNAPSHOT"]
[lein-repls "1.1.0-SNAPSHOT"]
[lein-repls "1.2.0-SNAPSHOT"]
[lein-repls "1.3.0-SNAPSHOT"]
[lein-repls "1.5.0-SNAPSHOT"]
[lein-repls "1.6.0"]
[lein-repls "1.9.4-SNAPSHOT"]
[lein-repls "1.9.5"]
Enter lein-repls version (e.g. 1.2.3) to install/upgrade-to ([return]: do nothing): 1.9.5
Installing/Upgrading-to lein-repls version 1.9.5...
Uninstalled lein-repls 1.9.5.
[INFO] Unable to find resource 'lein-repls:lein-repls:jar:1.9.5' in repository central (http://repo1.maven.org/maven2)
Copying 2 files to /var/folders/th/v9cn0zjn1830736cjqg8l9jm0000gn/T/lein-96d7cc0f-8f13-4fe0-b718-85e8f17fc38e/lib
Including lein-repls-1.9.5.jar
Including clojure-1.3.0.jar
Including hiccup-0.3.8.jar
Created lein-repls-1.9.5.jar
~>cljsh -v
cljsh version: 1.9.5 and lein-repls version: 1.9.5
~>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment