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