Skip to content

Commit 26c756d

Browse files
committed
update version reference to 0.4
1 parent ea9dc01 commit 26c756d

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
@@ -29,13 +29,13 @@ Java 7 or higher is required. It is currently at an early stage of development s
2929
<dependency>
3030
<groupId>org.zapodot</groupId>
3131
<artifactId>embedded-ldap-junit</artifactId>
32-
<version>0.3</version>
32+
<version>0.4</version>
3333
</dependency>
3434
```
3535

3636
#### SBT
3737
```scala
38-
libraryDependencies += "org.zapodot" % "embedded-ldap-junit" % "0.3"
38+
libraryDependencies += "org.zapodot" % "embedded-ldap-junit" % "0.4"
3939
```
4040

4141
### Add to Junit test

0 commit comments

Comments
 (0)