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.
7373
7474[ git ] : https://git-scm.com/
7575
76- [ java-8 ] : https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
76+ [ java-8 ] : https://adoptium.net/?variant=openjdk8
7777
7878[ node ] : https://nodejs.org/en/
7979
Original file line number Diff line number Diff line change 1010[ ![ Scala.js] ( https://www.scala-js.org/assets/badges/scalajs-1.8.0.svg )] ( https://www.scala-js.org/ )
1111[ ![ react] ( https://img.shields.io/badge/react-17.0.2-61DAFB.svg?logo=React )] ( https://ru.reactjs.org/ )
1212[ ![ 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/ )
1414[ ![ 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) )
1515
1616</div >
@@ -32,7 +32,7 @@ The scalajs-react-material-ui libraries is currently available for Scala.js 1.8.
3232
3333 ```scala
3434 npmDependencies in Compile ++= Seq (
35- " @material-ui/core" -> " 3.9.0 " ,
35+ " @material-ui/core" -> " 3.9.4 " ,
3636 " @material-ui/icons" -> " 3.0.2" ,
3737 " @material-ui/lab" -> " 3.0.0-alpha.30"
3838 )
You can’t perform that action at this time.
0 commit comments