File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
java-core/google-cloud-core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ If you are using Maven, add this to your pom.xml file
1919<dependency >
2020 <groupId >com.google.gcloud</groupId >
2121 <artifactId >gcloud-java-core</artifactId >
22- <version >0.1.5 </version >
22+ <version >0.1.6 </version >
2323</dependency >
2424```
2525If you are using Gradle, add this to your dependencies
2626``` Groovy
27- compile 'com.google.gcloud:gcloud-java-core:0.1.5 '
27+ compile 'com.google.gcloud:gcloud-java-core:0.1.6 '
2828```
2929If you are using SBT, add this to your dependencies
3030``` Scala
31- libraryDependencies += " com.google.gcloud" % " gcloud-java-core" % " 0.1.5 "
31+ libraryDependencies += " com.google.gcloud" % " gcloud-java-core" % " 0.1.6 "
3232```
3333
3434Troubleshooting
You can’t perform that action at this time.
0 commit comments