diff --git a/java-workflows/.github/readme/synth.metadata/synth.metadata b/java-workflows/.github/readme/synth.metadata/synth.metadata index 75db78585b05..b569de55b7d2 100644 --- a/java-workflows/.github/readme/synth.metadata/synth.metadata +++ b/java-workflows/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-workflows.git", - "sha": "f6877e8332ec8a26332ef5309d9e3ca82229bfe5" + "sha": "7756d0f35cac8e828d5efe1789271deff1904afe" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "5a506ec8765cc04f7e29f888b8e9b257d9a7ae11" + "sha": "901ddd44e9ef7887ee681b9183bbdea99437fdcc" } } ] diff --git a/java-workflows/README.md b/java-workflows/README.md index e3df6fbac8f0..6f39000c77c2 100644 --- a/java-workflows/README.md +++ b/java-workflows/README.md @@ -27,11 +27,11 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-workflows:0.1.2' +compile 'com.google.cloud:google-cloud-workflows:0.1.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.1.2" +libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.1.3" ``` ## Authentication