Skip to content

Commit 77708fd

Browse files
author
Li Haoyi
committed
0.5.0
1 parent 4e285d7 commit 77708fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Constants.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package ammonite
22
object Constants{
3-
val version = "0.5.0-SNAPSHOT"
3+
val version = "0.5.0"
44
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The layout of the repository is roughly:
2626
- `sbt ~shell/test:run` brings up a fully-loaded shell with all filesystem utilities included: `wd`, `cd!`, autocomplete for filesystem paths, and more. This uses `readme/resources/example-predef.scala` instead of your default predef, for easier experimentation and development.
2727
- `sbt ~integration/test:console` brings up a console in the `integration` subproject, loading Ammonite-REPL as a test console, as described in the readme
2828
- `sbt ~repl/test`/`sbt ~ops/test`/`sbt ~terminal/test` runs tests after every change. `repl/test` can be a bit slow because of the amount of code it compiles, so you may want to specify the test manually via `repl/test-only -- ammonite.repl.TestObject.path.to.test`
29-
- `sbt assembly` to bundle the REPL as a standalone distribution
29+
- `sbt repl/assembly ++2.10.5 repl/assembly` to bundle the REPL as a standalone distribution
3030
- `sbt +modules/publishLocal` or `+sbt modules/publishSigned` is used for publishing.
3131
- `sbt ~readme/run` builds the documentation inside its target folder, which you can view by opening `readme/target/scalatex/index.html` in your browser.
3232
- `git checkout gh-pages; cp -r readme/target/scalatex/* .; git commit -am .; git push` will deploy the generated documentation to Github Pages

0 commit comments

Comments
 (0)