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 93fd913 commit 1c93e02Copy full SHA for 1c93e02
README.md
@@ -81,7 +81,7 @@ Add these dependencies to you sbt build file
81
libraryDependencies ++= Seq(
82
"com.github.japgolly.scalajs-react" %%% "core" % "1.0.1",
83
"com.github.japgolly.scalajs-react" %%% "extra" % "1.0.1",
84
- "com.olvind" %%% "scalajs-react-components" % "0.6.0"
+ "com.olvind" %%% "scalajs-react-components" % "0.7.0"
85
)
86
```
87
0 commit comments