Skip to content

Commit 9361bf9

Browse files
authored
Update README.md
1 parent 2a75ed2 commit 9361bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ Java 7 or higher is required. It has proven pretty useful for several users and
3535
<dependency>
3636
<groupId>org.zapodot</groupId>
3737
<artifactId>embedded-ldap-junit</artifactId>
38-
<version>0.6</version>
38+
<version>0.7</version>
3939
</dependency>
4040
```
4141

4242
#### SBT
4343
```scala
44-
libraryDependencies += "org.zapodot" % "embedded-ldap-junit" % "0.6"
44+
libraryDependencies += "org.zapodot" % "embedded-ldap-junit" % "0.7"
4545
```
4646

4747
### Add to Junit test

0 commit comments

Comments
 (0)