File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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
1515https://clojure.org/guides/getting_started[Clojure]. On Windows you will need
1616http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html[Java
17178] and the
18- https://github.com/clojure/clojurescript/releases/download/r1.10.758 /cljs.jar[standalone
18+ https://github.com/clojure/clojurescript/releases/download/r1.11.54 /cljs.jar[standalone
1919ClojureScript JAR]. Note that the requirement of a web browser excludes
2020headless environments, and we then recommend skimming to the Node.js portion of the
2121tutorial.
@@ -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.758 "}}}
48+ {:deps {org.clojure/clojurescript {:mvn/version "1.11.54 "}}}
4949----
5050
5151In your favorite text editor edit the `src/hello_world/core.cljs` to
@@ -308,7 +308,7 @@ Modify your `deps.edn` file:
308308
309309[source,clojure]
310310----
311- {:deps {org.clojure/clojurescript {:mvn/version "1.10.758 "}
311+ {:deps {org.clojure/clojurescript {:mvn/version "1.11.54 "}
312312 cljsjs/react-dom {:mvn/version "16.2.0-3"}}}
313313----
314314
You can’t perform that action at this time.
0 commit comments