This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree2 files changed
+5
-5
lines changed Expand file treeCollapse file tree2 files changed
+5
-5
lines changed Original file line number | Diff line number | Diff line change |
---|
|
4 | 4 | "git": {
|
5 | 5 | "name": ".",
|
6 | 6 | "remote": "https://.com/googleapis/java-service-usage.git",
|
7 |
| -"sha": "55a873175fe841e258e147080ff3e485fb2262fd" |
| 7 | +"sha": "3693a33f32273d632338386264025fb58916651b" |
8 | 8 | }
|
9 | 9 | },
|
10 | 10 | {
|
11 | 11 | "git": {
|
12 | 12 | "name": "synthtool",
|
13 | 13 | "remote": "https://.com/googleapis/synthtool.git",
|
14 |
| -"sha": "bd8281a06cc7f84906e04d4843c1d3d386a980cd" |
| 14 | +"sha": "8da7927493739fa36130360019ca21258242f73a" |
15 | 15 | }
|
16 | 16 | }
|
17 | 17 | ]
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -17,18 +17,18 @@ If you are using Maven, add this to your pom.xml file:
|
17 | 17 | <dependency>
|
18 | 18 | <groupId>com.google.cloud</groupId>
|
19 | 19 | <artifactId>google-cloud-service-usage</artifactId>
|
20 |
| -<version>0.1.0</version> |
| 20 | +<version>0.2.0</version> |
21 | 21 | </dependency>
|
22 | 22 | ```
|
23 | 23 |
|
24 | 24 | If you are using Gradle without BOM, add this to your dependencies
|
25 | 25 | ```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' |
27 | 27 | ```
|
28 | 28 |
|
29 | 29 | If you are using SBT, add this to your dependencies
|
30 | 30 | ```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" |
32 | 32 | ```
|
33 | 33 |
|
34 | 34 | ## Authentication
|
|
You can’t perform that action at this time.
0 commit comments