File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16
- digest : sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28
17
- # created: 2022-06-29T23:17:33.110417661Z
16
+ digest : sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45
17
+ # created: 2022-07-07T14:26:11.880812641Z
Original file line number Diff line number Diff line change @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
22
22
<dependency >
23
23
<groupId >com.google.cloud</groupId >
24
24
<artifactId >google-cloud-bare-metal-solution</artifactId >
25
- <version >0.2.1 </version >
25
+ <version >0.3.0 </version >
26
26
</dependency >
27
27
```
28
28
29
- If you are using Gradle without BOM, add this to your dependencies
29
+ If you are using Gradle without BOM, add this to your dependencies:
30
30
31
31
``` Groovy
32
- implementation 'com.google.cloud:google-cloud-bare-metal-solution:0.2.1 '
32
+ implementation 'com.google.cloud:google-cloud-bare-metal-solution:0.3.0 '
33
33
```
34
34
35
- If you are using SBT, add this to your dependencies
35
+ If you are using SBT, add this to your dependencies:
36
36
37
37
``` Scala
38
- libraryDependencies += " com.google.cloud" % " google-cloud-bare-metal-solution" % " 0.2.1 "
38
+ libraryDependencies += " com.google.cloud" % " google-cloud-bare-metal-solution" % " 0.3.0 "
39
39
```
40
40
41
41
## Authentication
You can’t perform that action at this time.
0 commit comments