Navigation Menu

Skip to content

Commit

Permalink
docs: new libraries-bom (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Mar 30, 2021
1 parent 4c6b7e8 commit 3485252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>19.2.0</version>
<version>19.2.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -45,7 +45,7 @@ If you are using Maven without BOM, add this to your dependencies:

If you are using Gradle 5.x or later, add this to your dependencies
```Groovy
implementation platform('com.google.cloud:libraries-bom:19.2.0')
implementation platform('com.google.cloud:libraries-bom:19.2.1')
compile 'com.google.cloud:google-cloud-spanner'
```
Expand Down

0 comments on commit 3485252

Please sign in to comment.