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": "55a873175fe841e258e147080ff3e485fb2262fd"
7+
"sha": "3693a33f32273d632338386264025fb58916651b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://.com/googleapis/synthtool.git",
14-
"sha": "bd8281a06cc7f84906e04d4843c1d3d386a980cd"
14+
"sha": "8da7927493739fa36130360019ca21258242f73a"
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.1.0</version>
20+
<version>0.2.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.1.0'
26+
compile 'com.google.cloud:google-cloud-service-usage:0.2.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.1.0"
31+
libraryDependencies += "com.google.cloud" % "google-cloud-service-usage" % "0.2.0"
3232
```
3333

3434
## Authentication

0 commit comments

Comments
 (0)