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 bba70e5 commit 934bc22Copy full SHA for 934bc22
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.13</version>
+ <version>0.1.14</version>
19
</dependency>
20
```
21
pom.xml
@@ -10,7 +10,7 @@
10
11
12
13
- <version>0.1.14-SNAPSHOT</version>
14
<packaging>jar</packaging>
<name>jedis-mock</name>
<description>In memory Redis mock for testing</description>
0 commit comments