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 86dfbf7 commit 8fb2fb3Copy full SHA for 8fb2fb3
build.gradle
@@ -42,7 +42,7 @@ ext {
42
nettyVersion = '4.1.17.Final'
43
snappyVersion = '1.1.4'
44
zstdVersion = '1.3.8-3'
45
- mongoCryptVersion = '1.0.0-SNAPSHOT'
+ mongoCryptVersion = '1.0.0-beta1'
46
gitVersion = getGitVersion()
47
}
48
driver-core/build.gradle
@@ -42,7 +42,7 @@ dependencies {
compile "io.netty:netty-handler:$nettyVersion", optional
compile "org.xerial.snappy:snappy-java:$snappyVersion", optional
compile "com.github.luben:zstd-jni:$zstdVersion", optional
- compile "org.mongodb:mongocrypt:$mongoCryptVersion", optional
+ compile "org.mongodb:mongodb-crypt:$mongoCryptVersion", optional
testCompile project(':bson').sourceSets.test.output
0 commit comments