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 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919<dependency >
2020 <groupId >com.google.cloud</groupId >
2121 <artifactId >google-cloud-api-gateway</artifactId >
22- <version >1.1.2 </version >
22+ <version >2.0.0 </version >
2323</dependency >
2424```
2525
2626If you are using Gradle without BOM, add this to your dependencies
2727
2828``` Groovy
29- compile 'com.google.cloud:google-cloud-api-gateway:1.1.2 '
29+ compile 'com.google.cloud:google-cloud-api-gateway:2.0.0 '
3030```
3131
3232If you are using SBT, add this to your dependencies
3333
3434``` Scala
35- libraryDependencies += " com.google.cloud" % " google-cloud-api-gateway" % " 1.1.2 "
35+ libraryDependencies += " com.google.cloud" % " google-cloud-api-gateway" % " 2.0.0 "
3636```
3737
3838## Authentication
Original file line number Diff line number Diff line change 7676 <dependency >
7777 <groupId >com.google.cloud</groupId >
7878 <artifactId >google-cloud-shared-dependencies</artifactId >
79- <version >2.0.0 </version >
79+ <version >2.0.1 </version >
8080 <type >pom</type >
8181 <scope >import</scope >
8282 </dependency >
You can’t perform that action at this time.
0 commit comments