We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3f9a9 commit e94ec14Copy full SHA for e94ec14
mongo-java-driver/build.gradle
@@ -30,7 +30,7 @@ dependencies {
30
compile "io.netty:netty-handler:$nettyVersion", optional
31
compile "org.xerial.snappy:snappy-java:$snappyVersion", optional
32
compile "com.github.luben:zstd-jni:$zstdVersion", optional
33
- compile "org.mongodb:mongocrypt:$mongoCryptVersion", optional
+ compile "org.mongodb:mongodb-crypt:$mongoCryptVersion", optional
34
}
35
36
// srcDirs copied as well, so everything is compiled twice
0 commit comments