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 2a75ed2 commit 9361bf9Copy full SHA for 9361bf9
README.md
@@ -35,13 +35,13 @@ Java 7 or higher is required. It has proven pretty useful for several users and
35
<dependency>
36
<groupId>org.zapodot</groupId>
37
<artifactId>embedded-ldap-junit</artifactId>
38
- <version>0.6</version>
+ <version>0.7</version>
39
</dependency>
40
```
41
42
#### SBT
43
```scala
44
-libraryDependencies += "org.zapodot" % "embedded-ldap-junit" % "0.6"
+libraryDependencies += "org.zapodot" % "embedded-ldap-junit" % "0.7"
45
46
47
### Add to Junit test
0 commit comments