Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit b931372

Browse files
1 parent 241e8f9 commit b931372

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ If you are using Maven, add this to your pom.xml file:
2626
<dependency>
2727
<groupId>com.google.cloud</groupId>
2828
<artifactId>google-cloud-appengine-admin</artifactId>
29-
<version>2.5.0</version>
29+
<version>2.6.0</version>
3030
</dependency>
3131
```
3232

3333
If you are using Gradle without BOM, add this to your dependencies:
3434

3535
```Groovy
36-
implementation 'com.google.cloud:google-cloud-appengine-admin:2.5.0'
36+
implementation 'com.google.cloud:google-cloud-appengine-admin:2.6.0'
3737
```
3838

3939
If you are using SBT, add this to your dependencies:
4040

4141
```Scala
42-
libraryDependencies += "com.google.cloud" % "google-cloud-appengine-admin" % "2.5.0"
42+
libraryDependencies += "com.google.cloud" % "google-cloud-appengine-admin" % "2.6.0"
4343
```
4444

4545
## Authentication

0 commit comments

Comments
 (0)