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 7a5443c commit 10756d9Copy full SHA for 10756d9
README.md
@@ -14,7 +14,7 @@ Add it as a dependency in Maven as:
14
<dependency>
15
<groupId>com.github.fppt</groupId>
16
<artifactId>jedis-mock</artifactId>
17
- <version>0.1.8</version>
+ <version>0.1.9</version>
18
</dependency>
19
```
20
pom.xml
@@ -10,7 +10,7 @@
10
11
12
13
- <version>0.1.9-SNAPSHOT</version>
<packaging>jar</packaging>
<name>jedis-mock</name>
<description>In memory Redis mock for testing</description>
0 commit comments