File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ toc::[]
13
13
If you are using macOS or Linux the only dependencies required for the main
14
14
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
- http ://www.oracle.com/technetwork/ java/javase/downloads/jdk8-downloads-2133151 .html[Java
17
- 8 ] and the
18
- https://github.com/clojure/clojurescript/releases/download/r1.11.60 /cljs.jar[standalone
16
+ https ://www.oracle.com/java/technologies/ javase/jdk21-archive-downloads .html[Java
17
+ 21 ] and the
18
+ https://github.com/clojure/clojurescript/releases/download/r1.12.42 /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.11.54 "}}}
48
+ {:deps {org.clojure/clojurescript {:mvn/version "1.12.42 "}}}
49
49
----
50
50
51
51
In your favorite text editor edit the `src/hello_world/core.cljs` to
@@ -308,7 +308,7 @@ Modify your `deps.edn` file:
308
308
309
309
[source,clojure]
310
310
----
311
- {:deps {org.clojure/clojurescript {:mvn/version "1.11.54 "}
311
+ {:deps {org.clojure/clojurescript {:mvn/version "1.12.42 "}
312
312
cljsjs/react-dom {:mvn/version "16.2.0-3"}}}
313
313
----
314
314
You can’t perform that action at this time.
0 commit comments