Skip to content

Commit 298c9d9

Browse files
committed
update readme
1 parent b7c5b94 commit 298c9d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ Sbt does not by itself understand these module systems, so unless you're prepare
7979
Add these dependencies to you sbt build file
8080
```scala
8181
libraryDependencies ++= Seq(
82-
"com.github.japgolly.scalajs-react" %%% "core" % "0.10.3",
83-
"com.github.japgolly.scalajs-react" %%% "extra" % "0.10.3",
84-
"com.github.chandu0101.scalajs-react-components" %%% "core" % "0.4.0"
82+
"com.github.japgolly.scalajs-react" %%% "core" % "0.10.4",
83+
"com.github.japgolly.scalajs-react" %%% "extra" % "0.10.4",
84+
"com.github.chandu0101.scalajs-react-components" %%% "core" % "0.4.1"
8585
)
8686
```
8787

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object Build extends Build {
1717
_.enablePlugins(ScalaJSPlugin)
1818
.settings(
1919
organization := "com.github.chandu0101.scalajs-react-components",
20-
version := "0.4.1",
20+
version := "0.4.2-SNAPSHOT",
2121
homepage := Some(url("https://github.com/chandu0101/scalajs-react-components")),
2222
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
2323
scalaVersion := Scala211,

0 commit comments

Comments
 (0)