diff --git a/README.md b/README.md index b532ae7..3e12a06 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Not supported features (these might be implemented later): s3mock package is available for Scala 2.11/2.12 (on Java 8). To install using SBT, add these statements to your `build.sbt`: - libraryDependencies += "io.findify" %% "s3mock" % "0.2.4" % "test", + libraryDependencies += "io.findify" %% "s3mock" % "0.2.5" % "test", On maven, update your `pom.xml` in the following way: ```xml @@ -36,7 +36,7 @@ On maven, update your `pom.xml` in the following way: io.findify s3mock_2.12 - 0.2.4 + 0.2.5 test ```