diff --git a/README.md b/README.md index 902745d..74129d4 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ So, add the dependency in your `build.sbt` file. Fly4s depends on Flyway, so we'll have access to Flyway as well ```sbt -libraryDependencies += "com.github.geirolz" %% "fly4s-core" % "0.0.19" +libraryDependencies += "com.github.geirolz" %% "fly4s-core" % "0.0.20" ``` ### Migrations files