Skip to content

Commit ac4d0c3

Browse files
Update README.md
[skip ci]
1 parent fc7d9db commit ac4d0c3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,21 @@ public void encryptWithAssociatedData() {
4747
<dependency>
4848
<groupId>org.cryptomator</groupId>
4949
<artifactId>siv-mode</artifactId>
50-
<version>1.2.1</version>
50+
<version>1.3.0</version>
5151
</dependency>
5252
</dependencies>
5353
```
5454

55+
## JMPS
56+
57+
From version 1.3.0 onwards this library is an explicit module with the name `org.cryptomator.siv`. You can use it by adding the following line to your `module-info.java`.
58+
59+
```java
60+
requires org.cryptomator.siv;
61+
```
62+
63+
Because BouncyCastle classes are shaded, this library only depends on `java.base`.
64+
5565
## License
5666
Distributed under the MIT X Consortium license. See the LICENSE file for more info.
5767

0 commit comments

Comments
 (0)