Skip to content

Commit 8702040

Browse files
committed
refer to v. 0.5 in the dependencies section of the readme
1 parent 8b8bbb2 commit 8702040

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
@@ -31,13 +31,13 @@ Java 7 or higher is required. It is currently at an early stage of development s
3131
<dependency>
3232
<groupId>org.zapodot</groupId>
3333
<artifactId>embedded-ldap-junit</artifactId>
34-
<version>0.4</version>
34+
<version>0.5</version>
3535
</dependency>
3636
```
3737

3838
#### SBT
3939
```scala
40-
libraryDependencies += "org.zapodot" % "embedded-ldap-junit" % "0.4"
40+
libraryDependencies += "org.zapodot" % "embedded-ldap-junit" % "0.5"
4141
```
4242

4343
### Add to Junit test

0 commit comments

Comments
 (0)