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 ea9dc01 commit 26c756dCopy full SHA for 26c756d
README.md
@@ -29,13 +29,13 @@ Java 7 or higher is required. It is currently at an early stage of development s
29
<dependency>
30
<groupId>org.zapodot</groupId>
31
<artifactId>embedded-ldap-junit</artifactId>
32
- <version>0.3</version>
+ <version>0.4</version>
33
</dependency>
34
```
35
36
#### SBT
37
```scala
38
-libraryDependencies += "org.zapodot" % "embedded-ldap-junit" % "0.3"
+libraryDependencies += "org.zapodot" % "embedded-ldap-junit" % "0.4"
39
40
41
### Add to Junit test
0 commit comments