Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit 329e99c

Browse files
committed
Update to mongodb-driver-async 3.0.0
1 parent a4fd18e commit 329e99c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

driver/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014 MongoDB, Inc.
2+
* Copyright 2014-2015 MongoDB, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ description = "A Reactive Streams implementation of the MongoDB Java driver"
2020
archivesBaseName = 'mongodb-driver-reactivestreams'
2121

2222
dependencies {
23-
compile 'org.mongodb:mongodb-driver-async:3.0.0-SNAPSHOT'
23+
compile 'org.mongodb:mongodb-driver-async:3.0.0'
2424
compile 'org.reactivestreams:reactive-streams:1.0.0.RC3'
2525

2626
testCompile 'org.reactivestreams:reactive-streams-tck:1.0.0.RC3'

0 commit comments

Comments
 (0)