diff --git a/README.md b/README.md index 5bcd9a275e..1dd8c42a8d 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-firestore' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-firestore:3.7.7' +implementation 'com.google.cloud:google-cloud-firestore:3.7.8' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "3.7.7" +libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "3.7.8" ``` ## Authentication