From abfb0d779efbf37b6e19cfcee3bf03e295f9039c Mon Sep 17 00:00:00 2001 From: David Geirola Date: Mon, 8 Jan 2024 14:44:04 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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