diff --git a/README.md b/README.md index 90a2ff4..1f0dd0c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.sbt b/build.sbt index 45e0324..de052b2 100644 --- a/build.sbt +++ b/build.sbt @@ -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"))