File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ part of this tutorial are a web browser and an installation of
15
15
https://clojure.org/guides/getting_started[Clojure]. On Windows you will need
16
16
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html[Java
17
17
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
19
19
ClojureScript JAR]. Note that the requirement of a web browser excludes
20
20
headless environments, and we then recommend skimming to the Node.js portion of the
21
21
tutorial.
@@ -45,7 +45,7 @@ If you are on macOS or Linux your `deps.edn` file should contain the following:
45
45
46
46
[source,clojure]
47
47
----
48
- {:deps {org.clojure/clojurescript {:mvn/version "1.10.516 "}}}
48
+ {:deps {org.clojure/clojurescript {:mvn/version "1.10.520 "}}}
49
49
----
50
50
51
51
In your favorite text editor edit the `src/hello_world/core.cljs` to
@@ -299,7 +299,7 @@ Modify your `deps.edn` file:
299
299
300
300
[source,clojure]
301
301
----
302
- {:deps {org.clojure/clojurescript {:mvn/version "1.10.516 "}
302
+ {:deps {org.clojure/clojurescript {:mvn/version "1.10.520 "}
303
303
cljsjs/react-dom {:mvn/version "16.2.0-3"}}}
304
304
----
305
305
You can’t perform that action at this time.
0 commit comments