Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ 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
// add this entry to <dependencies/>
<dependency>
<groupId>io.findify</groupId>
<artifactId>s3mock_2.12</artifactId>
<version>0.2.4</version>
<version>0.2.5</version>
<scope>test</scope>
</dependency>
```
Expand Down