8000 update install version for Scala and Java RS (#34) · mongodb/docs-java-other@6abac7b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6abac7b

Browse files
author
Chris Cho
authored
update install version for Scala and Java RS (#34)
1 parent 4523e52 commit 6abac7b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mongo-java-driver

Submodule mongo-java-driver updated 2233 files

reference/content/driver-reactive/getting-started/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ The recommended way to get started using one of the drivers in your project is w
1818

1919
The Reactive Streams implementation for asynchronous stream processing with non-blocking back pressure.
2020

21-
{{< install artifactId="mongodb-driver-reactivestreams" version="4.10.0">}}
21+
{{< install artifactId="mongodb-driver-reactivestreams" version="4.11.0">}}

reference/content/driver-scala/getting-started/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The Reactive Streams based Scala implementation for asynchronous stream processi
2020

2121
### Scala 2.12
2222

23-
{{< install artifactId="mongo-scala-driver" version="4.10.0" groupId="org.mongodb.scala" scalaVersion="2.12">}}
23+
{{< install artifactId="mongo-scala-driver" version="4.11.0" groupId="org.mongodb.scala" scalaVersion="2.12">}}
2424

2525
### Scala 2.11
2626

27-
{{< install artifactId="mongo-scala-driver" version="4.10.0" groupId="org.mongodb.scala" scalaVersion="2.11">}}
27+
{{< install artifactId="mongo-scala-driver" version="4.11.0" groupId="org.mongodb.scala" scalaVersion="2.11">}}

0 commit comments

Comments
 (0)
0