Skip to content

Commit a70c62e

Browse files
chore: regenerate README (#518)
1 parent 4712a6b commit a70c62e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner.git",
7-
"sha": "44882238f73e3659306e6c63aa652e7a0bc6e43f"
7+
"sha": "273f40c0b8b86aea1e1c9f54ca13723d4ce97298"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "b6164c26a111f7f587099d31253abb96b5737bb2"
14+
"sha": "d5d03413e1879108b5ade8839ce38de01be652da"
1515
}
1616
}
1717
]

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>12.0.0</version>
20+
<version>12.1.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -43,8 +43,6 @@ If you are using Maven without BOM, add this to your dependencies:
4343

4444
```
4545

46-
[//]: # ({x-version-update-start:google-cloud-spanner:released})
47-
4846
If you are using Gradle, add this to your dependencies
4947
```Groovy
5048
compile 'com.google.cloud:google-cloud-spanner:2.0.2'
@@ -53,7 +51,6 @@ If you are using SBT, add this to your dependencies
5351
```Scala
5452
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "2.0.2"
5553
```
56-
[//]: # ({x-version-update-end})
5754

5855
## Authentication
5956

0 commit comments

Comments
 (0)