This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree 2 files changed +4
-4
lines changed
samples/install-without-bom
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ If you are using Maven without BOM, add this to your dependencies:
63
63
<dependency >
64
64
<groupId >com.google.cloud</groupId >
65
65
<artifactId >google-cloud-errorreporting</artifactId >
66
- <version >0.124.9 -beta</version >
66
+ <version >0.124.10 -beta</version >
67
67
</dependency >
68
68
69
69
```
@@ -78,13 +78,13 @@ implementation 'com.google.cloud:google-cloud-errorreporting'
78
78
If you are using Gradle without BOM, add this to your dependencies:
79
79
80
80
``` Groovy
81
- implementation 'com.google.cloud:google-cloud-errorreporting:0.124.9 -beta'
81
+ implementation 'com.google.cloud:google-cloud-errorreporting:0.124.10 -beta'
82
82
```
83
83
84
84
If you are using SBT, add this to your dependencies:
85
85
86
86
``` Scala
87
- libraryDependencies += " com.google.cloud" % " google-cloud-errorreporting" % " 0.124.9 -beta"
87
+ libraryDependencies += " com.google.cloud" % " google-cloud-errorreporting" % " 0.124.10 -beta"
88
88
```
89
89
90
90
## Authentication
Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >com.google.cloud</groupId >
31
31
<artifactId >google-cloud-errorreporting</artifactId >
32
- <version >0.124.9 -beta</version >
32
+ <version >0.124.10 -beta</version >
33
33
</dependency >
34
34
<!-- [END clouderrorreporting_install_without_bom] -->
35
35
You can’t perform that action at this time.
0 commit comments