Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smaldini committed May 2, 2018
1 parent 6639190 commit 0abeba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -19,7 +19,7 @@ In Maven, you need to import the bom first:
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>Bismuth-SR7</version>
<version>Bismuth-SR9</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -59,7 +59,7 @@ Then use it to import the BOM:
```groovy
dependencyManagement {
imports {
mavenBom "io.projectreactor:reactor-bom:Bismuth-SR7"
mavenBom "io.projectreactor:reactor-bom:Bismuth-SR9"
}
}
```
Expand Down

0 comments on commit 0abeba6

Please sign in to comment.