aboutsummaryrefslogtreecommitdiff
path: root/documentation/book/the_lux_programming_language/chapter_16.md
diff options
context:
space:
mode:
authorEduardo Julian2021-11-30 23:59:44 -0400
committerEduardo Julian2021-11-30 23:59:44 -0400
commitfad9e5b073a9efe995421db1132f191f1db94725 (patch)
treef92e9dc1b1bf9f12be84a690bbc2272f4cdfaae4 /documentation/book/the_lux_programming_language/chapter_16.md
parent4334564a5e08956fbe382cdcc69c564f74c35d05 (diff)
Updated versions in documentation.
Diffstat (limited to 'documentation/book/the_lux_programming_language/chapter_16.md')
-rw-r--r--documentation/book/the_lux_programming_language/chapter_16.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/book/the_lux_programming_language/chapter_16.md b/documentation/book/the_lux_programming_language/chapter_16.md
index 71bfa30be..d5ece9f9b 100644
--- a/documentation/book/the_lux_programming_language/chapter_16.md
+++ b/documentation/book/the_lux_programming_language/chapter_16.md
@@ -22,7 +22,7 @@ Let's take a look at the `project.lux` file for the Lux standard library itself.
```clojure
[""
- ["identity" ["com.github.luxlang" "stdlib" "0.6.4"]
+ ["identity" ["com.github.luxlang" "stdlib" "0.6.5"]
"deploy_repositories" ["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"
"releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]
@@ -31,7 +31,7 @@ Let's take a look at the `project.lux` file for the Lux standard library itself.
"https://oss.sonatype.org/service/local/staging/deploy/maven2/"]]
"jvm"
- ["compiler" ["com.github.luxlang" "lux-jvm" "0.6.4" "jar"]]
+ ["compiler" ["com.github.luxlang" "lux-jvm" "0.6.5" "jar"]]
"bibliotheca"
["info" ["description" "Standard Library for the Lux programming language."]