We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e300a7 commit 293b386Copy full SHA for 293b386
README.md
@@ -21,9 +21,9 @@ The scalajs-react-material-ui libraries is currently available for Scala.js 0.6.
21
22
```scala
23
libraryDependencies ++= Seq(
24
- "io.kinoplan" %%% "scalajs-react-material-ui-core" % "0.1.0",
25
- "io.kinoplan" %%% "scalajs-react-material-ui-icons" % "0.1.0",
26
- "io.kinoplan" %%% "scalajs-react-material-ui-lab" % "0.1.0"
+ "io.kinoplan" %%% "scalajs-react-material-ui-core" % "0.2.0",
+ "io.kinoplan" %%% "scalajs-react-material-ui-icons" % "0.2.0",
+ "io.kinoplan" %%% "scalajs-react-material-ui-lab" % "0.2.0"
27
)
28
```
29
0 commit comments