Skip to content

Commit a0d7682

Browse files
committed
jump to v0.12.1
1 parent 124696f commit a0d7682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Install & Integrate
3737
--------------------
3838
To use `form-binder`, pls add the dependency to your [sbt](http://www.scala-sbt.org/ "slick-sbt") project file:
3939
```scala
40-
libraryDependencies += "com.github.tminglei" %% "form-binder" % "0.12.0"
40+
libraryDependencies += "com.github.tminglei" %% "form-binder" % "0.12.1"
4141
```
4242

4343
Then you can integrate it with your framework to simplify normal usage.

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "form-binder"
22

3-
version := "0.12.0"
3+
version := "0.12.1"
44

55
scalaVersion := "2.11.7"
66

0 commit comments

Comments
 (0)