Skip to content

Commit b7c3801

Browse files
committed
Update scalajs-react dependency
1 parent 293b386 commit b7c3801

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5656
Start:
57-
1. `sbt runDev`
57+
1. `sbt dev`
5858
2. Open in browser `localhost:8080`
5959

6060
## License

commands.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
addCommandAlias("fix", "; all compile:scalafix")
2-
addCommandAlias("runDev", "; demo/fastOptJS::stopWebpackDevServer; ~demo/fastOptJS::startWebpackDevServer")
2+
addCommandAlias("dev", "; demo/fastOptJS::stopWebpackDevServer; ~demo/fastOptJS::startWebpackDevServer")

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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._

0 commit comments

Comments
 (0)