Skip to content

Commit 9890cff

Browse files
committed
Update README.md
Latest version is now 0.8.1
1 parent 2ff1862 commit 9890cff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This library is distributed through the [Sonatype OSS repo](https://oss.sonatype
1515
Java 8 or higher is required. It has proven pretty useful for several users and should be considered safe for running tests for all kinds of LDAP integrating code.
1616

1717
## Changelog
18+
* version 0.8.1: switched license to MIT (was Apache v2) [changelog](//github.com/zapodot/embedded-ldap-junit/releases/tag/v.0.8.1)
1819
* version 0.8: [changelog](//github.com/zapodot/embedded-ldap-junit/releases/tag/v.0.8)
1920
* version 0.7: [changelog](//github.com/zapodot/embedded-ldap-junit/releases/tag/v.0.7)
2021
* version 0.6: [changelog](//github.com/zapodot/embedded-ldap-junit/releases/tag/v.0.6)
@@ -36,13 +37,13 @@ Java 8 or higher is required. It has proven pretty useful for several users and
3637
<dependency>
3738
<groupId>org.zapodot</groupId>
3839
<artifactId>embedded-ldap-junit</artifactId>
39-
<version>0.8</version>
40+
<version>0.8.1</version>
4041
</dependency>
4142
```
4243

4344
#### SBT
4445
```scala
45-
libraryDependencies += "org.zapodot" % "embedded-ldap-junit" % "0.8"
46+
libraryDependencies += "org.zapodot" % "embedded-ldap-junit" % "0.8.1"
4647
```
4748

4849
### Add to Junit test

0 commit comments

Comments
 (0)