Skip to content

Commit e94ec14

Browse files
committed
Build: Fix mongo-java-driver libmongocrypt dependency
1 parent 7e3f9a9 commit e94ec14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo-java-driver/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
compile "io.netty:netty-handler:$nettyVersion", optional
3131
compile "org.xerial.snappy:snappy-java:$snappyVersion", optional
3232
compile "com.github.luben:zstd-jni:$zstdVersion", optional
33-
compile "org.mongodb:mongocrypt:$mongoCryptVersion", optional
33+
compile "org.mongodb:mongodb-crypt:$mongoCryptVersion", optional
3434
}
3535

3636
// srcDirs copied as well, so everything is compiled twice

0 commit comments

Comments
 (0)