Skip to content

Commit

Permalink
chore(bazel): Update WORKSPACE files for rules_gapic, gax_java, gener…
Browse files Browse the repository at this point in the history
…ator_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
  • Loading branch information
gcf-owl-bot[bot] authored Sep 9, 2022
1 parent aebcfd6 commit 4fdf465
Show file tree
Hide file tree
Showing 6 changed files with 237 additions and 106 deletions.
6 changes: 3 additions & 3 deletions java-area120-tables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.area120</groupId>
<artifactId>google-area120-tables</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
</dependency>
```

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

```Groovy
implementation 'com.google.area120:google-area120-tables:0.7.2'
implementation 'com.google.area120:google-area120-tables:0.7.3'
```

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

```Scala
libraryDependencies += "com.google.area120" % "google-area120-tables" % "0.7.2"
libraryDependencies += "com.google.area120" % "google-area120-tables" % "0.7.3"
```

## Authentication
Expand Down
Loading

0 comments on commit 4fdf465

Please sign in to comment.