Skip to content

Commit

Permalink
docs: remove unnecessary versions (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
wetted authored Aug 8, 2023
1 parent bd75861 commit bdd41b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/docs/guide/bodybinders.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
If you are using Micronaut with Netty, add the following dependency to bind the HTTP Request's body to a RxJava 2 types (`Single`, `Maybe`, `Observable`)

dependency:io.micronaut.rxjava2:micronaut-rxjava2-http-server-netty[scope="compile", version="{version}"]
dependency:io.micronaut.rxjava2:micronaut-rxjava2-http-server-netty[scope="compile"]

4 changes: 2 additions & 2 deletions src/main/docs/guide/convertersandinstrumentation.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The following dependency includes:

dependency:io.micronaut.rxjava2:micronaut-rxjava2[scope="compile", version="{version}"]
dependency:io.micronaut.rxjava2:micronaut-rxjava2[scope="compile"]

* Converters for RxJava 2 types so that RxJava 2 types can be used in controllers and clients
* Instrumentation for RxJava 2 types so that tracing works with RxJava 2 types
* Instrumentation for RxJava 2 types so that tracing works with RxJava 2 types

0 comments on commit bdd41b9

Please sign in to comment.