Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-podzigun committed Nov 10, 2021
1 parent c649b95 commit 8a4c389
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ ReactDOM.render(<.div(^.id := "hello-world")("Hello, World!"), mountNode)
2. Depend on the libraries.
```
libraryDependencies ++= Seq(
"org.scommons.shogowada" %%% "scalajs-reactjs-core" % "0.16.0", // For react facade
"org.scommons.shogowada" %%% "scalajs-reactjs-dom" % "0.16.0", // For react-dom facade
"org.scommons.shogowada" %%% "scalajs-reactjs-core" % "0.17.0", // For react facade
"org.scommons.shogowada" %%% "scalajs-reactjs-dom" % "0.17.0", // For react-dom facade
"org.scommons.shogowada" %%% "scalajs-reactjs-router-dom" % "0.16.0", // Optional. For react-router-dom facade
"org.scommons.shogowada" %%% "scalajs-reactjs-redux" % "0.16.0", // Optional. For react-redux facade
"org.scommons.shogowada" %%% "scalajs-reactjs-redux-devtools" % "0.16.0" // Optional. For redux-devtools facade
"org.scommons.shogowada" %%% "scalajs-reactjs-router-dom" % "0.17.0", // Optional. For react-router-dom facade
"org.scommons.shogowada" %%% "scalajs-reactjs-redux" % "0.17.0", // Optional. For react-redux facade
"org.scommons.shogowada" %%% "scalajs-reactjs-redux-devtools" % "0.17.0" // Optional. For redux-devtools facade
)
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ val ReactRouterVersion = "^5.2.1"
val ReduxVersion = "^3.6.0"
val ReduxDevToolsVersion = "^2.13.0"

val StaticTagsVersion = "2.7.0-SNAPSHOT"
val StaticTagsVersion = "2.7.0"

val commonSettings = Seq(
organization := "org.scommons.shogowada",
Expand Down

0 comments on commit 8a4c389

Please sign in to comment.