We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f75861 commit ba082ebCopy full SHA for ba082eb
README.md
@@ -41,7 +41,7 @@ Add it as a test dependency in Maven as:
41
<dependency>
42
<groupId>com.github.fppt</groupId>
43
<artifactId>jedis-mock</artifactId>
44
- <version>1.1.3</version>
+ <version>1.1.4</version>
45
<scope>test</scope>
46
</dependency>
47
```
pom.xml
@@ -11,7 +11,7 @@
11
12
13
14
- <version>1.1.4-SNAPSHOT</version>
15
<packaging>jar</packaging>
16
<name>jedis-mock</name>
17
<description>In memory Redis mock for testing</description>
0 commit comments