Skip to content

Commit

Permalink
Bump version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Aug 30, 2018
1 parent c52cc22 commit 8aaa1d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in Scala.

Create a launcher via [coursier](http://get-coursier.io) with
```
$ SCALA_VERSION=2.12.6 ALMOND_VERSION=0.1.2
$ SCALA_VERSION=2.12.6 ALMOND_VERSION=0.1.5
$ coursier bootstrap \
-i user -I user:sh.almond:scala-kernel-api_$SCALA_VERSION:$ALMOND_VERSION \
sh.almond:scala-kernel_$SCALA_VERSION:$ALMOND_VERSION \
Expand All @@ -39,7 +39,7 @@ picked from the cache of coursier. You may prefer to have the launcher embed all
so that nothing needs to be downloaded or picked from a cache upon launch. Passing
`--standalone` to the `coursier bootstrap` command generates such a launcher,
```
$ SCALA_VERSION=2.12.6 ALMOND_VERSION=0.1.2
$ SCALA_VERSION=2.12.6 ALMOND_VERSION=0.1.5
$ coursier bootstrap --standalone \
-i user -I user:sh.almond:scala-kernel-api_$SCALA_VERSION:$ALMOND_VERSION \
sh.almond:scala-kernel_$SCALA_VERSION:$ALMOND_VERSION \
Expand Down
2 changes: 1 addition & 1 deletion docs/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Available Scala versions for each version of almond

Almond version | Scala 2.11 version | Scala 2.12 version
---------------|--------------------|-------------------
`0.1.0`, `0.1.1`, `0.1.2` | `2.11.12` | `2.12.6`
`0.1.0`, `0.1.1`, `0.1.2`, `0.1.3`, `0.1.4`, `0.1.5` | `2.11.12` | `2.12.6`

0 comments on commit 8aaa1d7

Please sign in to comment.