ensure to use cryptolib rc

This commit is contained in:
Armin Schrenk
2021-05-06 12:27:07 +02:00
parent 76d1875e01
commit aa2900fa9e

View File

@@ -76,6 +76,12 @@
<artifactId>cryptofs</artifactId>
<version>${cryptomator.cryptofs.version}</version>
</dependency>
<!--TODO: only temporary workaround until 1.6.0-beta -->
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>cryptolib</artifactId>
<version>2.0.0-rc1</version>
</dependency>
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>fuse-nio-adapter</artifactId>