Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
chore: release 1.94.5 (#126)
Browse files Browse the repository at this point in the history
79dd769
commit 79dd769
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date:   Tue Apr 7 17:20:21 2020 +0000

    chore: release 1.94.5 (#126)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ### [1.94.5](https://www.github.com/googleapis/java-translate/compare/v1.94.4...v1.94.5) (2020-04-07)

    ### Dependencies

    * update core dependencies ([#108](https://www.github.com/googleapis/java-translate/issues/108)) ([1e13f1e](https://www.github.com/googleapis/java-translate/commit/1e13f1e5662c07dd5039b79e891ead9376bdd01a))
    * update core dependencies to v1.93.4 ([#132](https://www.github.com/googleapis/java-translate/issues/132)) ([3e06897](https://www.github.com/googleapis/java-translate/commit/3e0689719c951159557e1623b6b109ad87766d75))
    * update dependency com.google.api:api-common to v1.9.0 ([#124](https://www.github.com/googleapis/java-translate/issues/124)) ([b943de4](https://www.github.com/googleapis/java-translate/commit/b943de4c6fdbd185bb60339407d884e6caf0fadc))
    * update dependency com.google.cloud.samples:shared-configuration to v1.0.13 ([#123](https://www.github.com/googleapis/java-translate/issues/123)) ([2d5310e](https://www.github.com/googleapis/java-translate/commit/2d5310ebabfde09044d8e9291c05cab6cdf26152))
    * update dependency org.threeten:threetenbp to v1.4.3 ([#117](https://www.github.com/googleapis/java-translate/issues/117)) ([89eec93](https://www.github.com/googleapis/java-translate/commit/89eec93f57fe1b21307a5e6d8876b16ec7b660df))
    ---

    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
  • Loading branch information
yoshi-automation committed Apr 7, 2020
1 parent 79dd769 commit f4fde5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -40,18 +40,18 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-translate</artifactId>
<version>1.94.5</version>
<version>1.94.4</version>
</dependency>

```

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-translate:1.94.5'
compile 'com.google.cloud:google-cloud-translate:1.94.4'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "1.94.5"
libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "1.94.4"
```
[//]: # ({x-version-update-end})

Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2020-04-07T01:14:47.682114Z",
"updateTime": "2020-04-07T23:17:45.473468Z",
"sources": [
{
"git": {
Expand Down

0 comments on commit f4fde5b

Please sign in to comment.