File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ In the demo you can also find very detailed examples of using a bunch of:
5454- [scalablytyped](https:// scalablytyped.org/ docs/ readme.html)
5555
5656Start :
57- 1 . `sbt runDev `
57+ 1 . `sbt dev `
58582 . Open in browser `localhost:8080`
5959
6060## License
Original file line number Diff line number Diff line change 11addCommandAlias(" fix" , " ; all compile:scalafix" )
2- addCommandAlias(" runDev " , " ; demo/fastOptJS::stopWebpackDevServer; ~demo/fastOptJS::startWebpackDevServer" )
2+ addCommandAlias(" dev " , " ; demo/fastOptJS::stopWebpackDevServer; ~demo/fastOptJS::startWebpackDevServer" )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ object Dependencies {
55
66 object Versions {
77 val scalaCssV = " 0.6.1"
8- val scalaJsReactV = " 1.7.5 "
8+ val scalaJsReactV = " 1.7.6 "
99 }
1010
1111 import Versions ._
You can’t perform that action at this time.
0 commit comments