Update example version in README

This commit is contained in:
Alexandre Archambault 2016-08-11 16:02:12 -04:00
parent 667cdd3a6f
commit 399ccdbfcb
No known key found for this signature in database
GPG Key ID: 14640A6839C263A9
2 changed files with 8 additions and 8 deletions

View File

@ -93,7 +93,7 @@ $ brew install --HEAD paulp/extras/coursier
Run an application distributed via artifacts with Run an application distributed via artifacts with
``` ```
$ ./coursier launch com.lihaoyi:ammonite-repl_2.11.8:0.5.7 $ ./coursier launch com.lihaoyi:ammonite_2.11.8:0.7.0
``` ```
Download and list the classpath of one or several dependencies with Download and list the classpath of one or several dependencies with
@ -282,7 +282,7 @@ For example, it can launch:
* [Ammonite](https://github.com/lihaoyi/Ammonite) (enhanced Scala REPL), * [Ammonite](https://github.com/lihaoyi/Ammonite) (enhanced Scala REPL),
``` ```
$ ./coursier launch com.lihaoyi:ammonite-repl_2.11.8:0.5.7 $ ./coursier launch com.lihaoyi:ammonite_2.11.8:0.7.0
``` ```
along with the REPLs of various JVM languages like along with the REPLs of various JVM languages like
@ -351,9 +351,9 @@ $ ./coursier fetch org.apache.spark:spark-sql_2.11:1.6.1
By adding the `-p` option, these paths can be handed over directly to By adding the `-p` option, these paths can be handed over directly to
`java -cp`, like `java -cp`, like
``` ```
$ java -cp "$(./coursier fetch -p com.lihaoyi:ammonite-repl_2.11.8:0.5.7)" ammonite.repl.Main $ java -cp "$(./coursier fetch -p com.lihaoyi:ammonite_2.11.8:0.7.0)" ammonite.Main
Loading... Loading...
Welcome to the Ammonite Repl 0.5.7 Welcome to the Ammonite Repl 0.7.0
(Scala 2.11.8 Java 1.8.0_60) (Scala 2.11.8 Java 1.8.0_60)
@ @
``` ```

View File

@ -93,7 +93,7 @@ $ brew install --HEAD paulp/extras/coursier
Run an application distributed via artifacts with Run an application distributed via artifacts with
``` ```
$ ./coursier launch com.lihaoyi:ammonite-repl_2.11.8:0.5.7 $ ./coursier launch com.lihaoyi:ammonite_2.11.8:0.7.0
``` ```
Download and list the classpath of one or several dependencies with Download and list the classpath of one or several dependencies with
@ -310,7 +310,7 @@ For example, it can launch:
* [Ammonite](https://github.com/lihaoyi/Ammonite) (enhanced Scala REPL), * [Ammonite](https://github.com/lihaoyi/Ammonite) (enhanced Scala REPL),
``` ```
$ ./coursier launch com.lihaoyi:ammonite-repl_2.11.8:0.5.7 $ ./coursier launch com.lihaoyi:ammonite_2.11.8:0.7.0
``` ```
along with the REPLs of various JVM languages like along with the REPLs of various JVM languages like
@ -379,9 +379,9 @@ $ ./coursier fetch org.apache.spark:spark-sql_2.11:1.6.1
By adding the `-p` option, these paths can be handed over directly to By adding the `-p` option, these paths can be handed over directly to
`java -cp`, like `java -cp`, like
``` ```
$ java -cp "$(./coursier fetch -p com.lihaoyi:ammonite-repl_2.11.8:0.5.7)" ammonite.repl.Main $ java -cp "$(./coursier fetch -p com.lihaoyi:ammonite_2.11.8:0.7.0)" ammonite.Main
Loading... Loading...
Welcome to the Ammonite Repl 0.5.7 Welcome to the Ammonite Repl 0.7.0
(Scala 2.11.8 Java 1.8.0_60) (Scala 2.11.8 Java 1.8.0_60)
@ @
``` ```