Skip to content

Commit

Permalink
Release 0.0.4 ✈️
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin.margueritte committed Sep 25, 2018
1 parent c7c529b commit bc71029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This library is highly inspired by [jto-validation](https://github.com/jto/valid
Circe Validation is currently available 2.1X
Import Circe Validation library, by adding this dependency in your `build.sbt`
```scala
"io.tabmo" %% "circe-validation-core" % "0.0.3"
"io.tabmo" %% "circe-validation-core" % "0.0.4"
```

and the following resolver
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._

organization in ThisBuild := "io.tabmo"
scalaVersion in ThisBuild := "2.12.6"
version in ThisBuild := "0.0.3"
version in ThisBuild := "0.0.4"
name := "Circe Validation"

licenses in ThisBuild += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0"))
Expand Down

0 comments on commit bc71029

Please # to comment.