We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124696f commit a0d7682Copy full SHA for a0d7682
README.md
@@ -37,7 +37,7 @@ Install & Integrate
37
--------------------
38
To use `form-binder`, pls add the dependency to your [sbt](http://www.scala-sbt.org/ "slick-sbt") project file:
39
```scala
40
-libraryDependencies += "com.github.tminglei" %% "form-binder" % "0.12.0"
+libraryDependencies += "com.github.tminglei" %% "form-binder" % "0.12.1"
41
```
42
43
Then you can integrate it with your framework to simplify normal usage.
build.sbt
@@ -1,6 +1,6 @@
1
name := "form-binder"
2
3
-version := "0.12.0"
+version := "0.12.1"
4
5
scalaVersion := "2.11.7"
6
0 commit comments