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