Skip to content

Commit 8753b7c

Browse files
committed
update cljs release in quickstart
1 parent 7d66be0 commit 8753b7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/guides/quick-start.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ part of this tutorial are a web browser and an installation of
1515
https://clojure.org/guides/getting_started[Clojure]. On Windows you will need
1616
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html[Java
1717
8] and the
18-
https://github.com/clojure/clojurescript/releases/download/r1.10.516/cljs.jar[standalone
18+
https://github.com/clojure/clojurescript/releases/download/r1.10.520/cljs.jar[standalone
1919
ClojureScript JAR]. Note that the requirement of a web browser excludes
2020
headless environments, and we then recommend skimming to the Node.js portion of the
2121
tutorial.
@@ -45,7 +45,7 @@ If you are on macOS or Linux your `deps.edn` file should contain the following:
4545

4646
[source,clojure]
4747
----
48-
{:deps {org.clojure/clojurescript {:mvn/version "1.10.516"}}}
48+
{:deps {org.clojure/clojurescript {:mvn/version "1.10.520"}}}
4949
----
5050

5151
In your favorite text editor edit the `src/hello_world/core.cljs` to
@@ -299,7 +299,7 @@ Modify your `deps.edn` file:
299299

300300
[source,clojure]
301301
----
302-
{:deps {org.clojure/clojurescript {:mvn/version "1.10.516"}
302+
{:deps {org.clojure/clojurescript {:mvn/version "1.10.520"}
303303
cljsjs/react-dom {:mvn/version "16.2.0-3"}}}
304304
----
305305

0 commit comments

Comments
 (0)