File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ then make the corrections and try again.
73
73
74
74
[ git ] : https://git-scm.com/
75
75
76
- [ java-8 ] : https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
76
+ [ java-8 ] : https://adoptium.net/?variant=openjdk8
77
77
78
78
[ node ] : https://nodejs.org/en/
79
79
Original file line number Diff line number Diff line change 10
10
[ ![ Scala.js] ( https://www.scala-js.org/assets/badges/scalajs-1.8.0.svg )] ( https://www.scala-js.org/ )
11
11
[ ![ react] ( https://img.shields.io/badge/react-17.0.2-61DAFB.svg?logo=React )] ( https://ru.reactjs.org/ )
12
12
[ ![ scalajs-react] ( https://img.shields.io/static/v1?label=scalajs-react&message=2.0.0&color=blue )] ( https://github.com/japgolly/scalajs-react )
13
- [ ![ material-ui] ( https://img.shields.io/static/v1?label=material-ui&message=3.9.0 &color=e52b50 )] ( https://v3.material-ui.com/ )
13
+ [ ![ material-ui] ( https://img.shields.io/static/v1?label=material-ui&message=3.9.4 &color=e52b50 )] ( https://v3.material-ui.com/ )
14
14
[ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.kinoplan/scalajs-react-material-ui-core_sjs1_2.13.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:%22io.kinoplan%22%20AND%20(a:%22scalajs-react-material-ui-core_sjs1_2.13%22%20OR%20a:%22scalajs-react-material-ui-icons_sjs1_2.13%22%20OR%20a:%22scalajs-react-material-ui-lab_sjs1_2.13%22) )
15
15
16
16
</div >
@@ -32,7 +32,7 @@ The scalajs-react-material-ui libraries is currently available for Scala.js 1.8.
32
32
33
33
```scala
34
34
npmDependencies in Compile ++= Seq (
35
- " @material-ui/core" -> " 3.9.0 " ,
35
+ " @material-ui/core" -> " 3.9.4 " ,
36
36
" @material-ui/icons" -> " 3.0.2" ,
37
37
" @material-ui/lab" -> " 3.0.0-alpha.30"
38
38
)
You can’t perform that action at this time.
0 commit comments