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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://.com/googleapis/java-service-usage.git",
7-
"sha": "aa20820ee7d37fc38de3b2bc96a76e04efda434f"
7+
"sha": "6f60b27188135912199d211e4d31c5b0062b3fd0"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://.com/googleapis/synthtool.git",
14-
"sha": "41ccd8cd13ec31f4fb839cf8182aea3c7156e19d"
14+
"sha": "c72e5beaba53532dc561094b2d8483e4da06921d"
1515
}
1616
}
1717
]
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ If you are using Maven, add this to your pom.xml file:
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>google-cloud-service-usage</artifactId>
20-
<version>0.2.1</version>
20+
<version>1.0.0</version>
2121
</dependency>
2222
```
2323

2424
If you are using Gradle without BOM, add this to your dependencies
2525
```Groovy
26-
compile 'com.google.cloud:google-cloud-service-usage:0.2.1'
26+
compile 'com.google.cloud:google-cloud-service-usage:1.0.0'
2727
```
2828

2929
If you are using SBT, add this to your dependencies
3030
```Scala
31-
libraryDependencies += "com.google.cloud" % "google-cloud-service-usage" % "0.2.1"
31+
libraryDependencies += "com.google.cloud" % "google-cloud-service-usage" % "1.0.0"
3232
```
3333

3434
## Authentication

0 commit comments

Comments
 (0)