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 84cd0c2 commit 3becf56Copy full SHA for 3becf56
README.md
@@ -70,7 +70,7 @@ Add these dependencies to you sbt build file
70
libraryDependencies ++= Seq(
71
"com.github.japgolly.scalajs-react" %%% "core" % "0.10.3",
72
"com.github.japgolly.scalajs-react" %%% "extra" % "0.10.3",
73
- "com.github.chandu0101.scalajs-react-components" %%% "core" % "0.3.0"
+ "com.github.chandu0101.scalajs-react-components" %%% "core" % "0.4.0"
74
)
75
```
76
doc/CHANGELOG_0.4.md
@@ -1,4 +1,4 @@
1
-# 0.4.0 (Unreleased)
+# 0.4.0
2
* Material-ui bumped from 0.13 to 0.14.4
3
* Bumped Scala-js to 0.6.6 to avoid some implicit resolution issues
4
* Bumped scalacss dependency
0 commit comments