File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ flexibility of the form design.
16
16
Currently it is available as a sonatype snapshot, add this to your build.sbt:
17
17
18
18
```
19
- libraryDependencies += "com.github.torstenrudolf.scalajs-react-form-binder" %%% "core" % "0.0.1 -SNAPSHOT"
19
+ libraryDependencies += "com.github.torstenrudolf.scalajs-react-form-binder" %%% "core" % "0.0.2 -SNAPSHOT"
20
20
```
21
21
22
22
If you want to use the materialui form-field descriptors, you'll need this as well:
23
23
```
24
- libraryDependencies += "com.github.torstenrudolf.scalajs-react-form-binder" %%% "extras" % "0.0.1 -SNAPSHOT"
24
+ libraryDependencies += "com.github.torstenrudolf.scalajs-react-form-binder" %%% "extras" % "0.0.2 -SNAPSHOT"
25
25
```
26
26
27
27
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ def commonSettings: Project => Project =
3
3
_.enablePlugins(ScalaJSPlugin )
4
4
.settings(
5
5
organization := " com.github.torstenrudolf.scalajs-react-form-binder" ,
6
- version := " 0.0.1 -SNAPSHOT" ,
6
+ version := " 0.0.2 -SNAPSHOT" ,
7
7
homepage := Some (url(" https://github.com/torstenrudolf/scalajs-react-form-binder" )),
8
8
licenses += (" MIT" , url(" https://opensource.org/licenses/MIT" )),
9
9
scalaVersion := " 2.11.8" ,
You can’t perform that action at this time.
0 commit comments