This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
.github/readme/synth.metadata Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/java-functions.git",
7- "sha": "deb9710ae39296cc9d3dd8659fd47f8efd2661ae "
7+ "sha": "77440a61a1a25c72cf3ce4dda0b50e41801371b6 "
88 }
99 },
1010 {
1111 "git": {
1212 "name": "synthtool",
1313 "remote": "https://github.com/googleapis/synthtool.git",
14- "sha": "67f09bf301083798e7220137723222eb00b8f88a "
14+ "sha": "4679e7e415221f03ff2a71e3ffad75b9ec41d87e "
1515 }
1616 }
1717 ]
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ If you are using Maven, add this to your pom.xml file:
2424
2525If you are using Gradle without BOM, add this to your dependencies
2626``` Groovy
27- compile 'com.google.cloud:google-cloud-functions:1.0.5 '
27+ compile 'com.google.cloud:google-cloud-functions:1.0.6 '
2828```
2929
3030If you are using SBT, add this to your dependencies
3131``` Scala
32- libraryDependencies += " com.google.cloud" % " google-cloud-functions" % " 1.0.5 "
32+ libraryDependencies += " com.google.cloud" % " google-cloud-functions" % " 1.0.6 "
3333```
3434
3535## Authentication
You can’t perform that action at this time.
0 commit comments