Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ The easiest way to start using the driver is to add the driver dependency throug
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>cloud-spanner-r2dbc</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
```

**Gradle Coordinates**

```
dependencies {
compile group: 'com.google.cloud', name: 'cloud-spanner-r2dbc', version: '1.2.0'
compile group: 'com.google.cloud', name: 'cloud-spanner-r2dbc', version: '1.3.0'
}
```

Expand Down