Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg authored Mar 19, 2024
1 parent 2fe4e5e commit 9f969d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ With Maven from Maven Central repositories (stable releases):
<dependency>
<groupId>io.projectreactor.kotlin</groupId>
<artifactId>reactor-kotlin-extensions</artifactId>
<version>1.1.7</version>
<version>1.2.2</version>
</dependency>
```

Expand All @@ -42,7 +42,7 @@ Or from repo.spring.io with access to SNAPSHOT:
<dependency>
<groupId>io.projectreactor.kotlin</groupId>
<artifactId>reactor-kotlin-extensions</artifactId>
<version>1.2.2</version>
<version>1.2.3-SNAPSHOT</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 9f969d1

Please sign in to comment.