Skip to content

Commit 4fdf465

Browse files
chore(bazel): Update WORKSPACE files for rules_gapic, gax_java, generator_java versions (#389)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 472750037 Source-Link: googleapis/googleapis@88f2ea3 Source-Link: https://github.com/googleapis/googleapis-gen/commit/230a5588306aae18fe8f2a57f14d4039ad72c901 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjMwYTU1ODgzMDZhYWUxOGZlOGYyYTU3ZjE0ZDQwMzlhZDcyYzkwMSJ9
1 parent aebcfd6 commit 4fdf465

6 files changed

Lines changed: 237 additions & 106 deletions

File tree

java-area120-tables/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.area120</groupId>
2424
<artifactId>google-area120-tables</artifactId>
25-
<version>0.7.2</version>
25+
<version>0.7.3</version>
2626
</dependency>
2727
```
2828

2929
If you are using Gradle without BOM, add this to your dependencies:
3030

3131
```Groovy
32-
implementation 'com.google.area120:google-area120-tables:0.7.2'
32+
implementation 'com.google.area120:google-area120-tables:0.7.3'
3333
```
3434

3535
If you are using SBT, add this to your dependencies:
3636

3737
```Scala
38-
libraryDependencies += "com.google.area120" % "google-area120-tables" % "0.7.2"
38+
libraryDependencies += "com.google.area120" % "google-area120-tables" % "0.7.3"
3939
```
4040

4141
## Authentication

0 commit comments

Comments
 (0)