Skip to content
This repository was archived by the owner on Jun 29, 2026. It is now read-only.

Commit c824948

Browse files
authored
docs: Update the readme with the latest version (#400)
1 parent 4a79b25 commit c824948

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,20 @@ If you are using Maven, add this to your pom.xml file:
1818
<dependency>
1919
<groupId>com.google.cloud</groupId>
2020
<artifactId>google-cloud-logging-servlet-initializer</artifactId>
21+
<version>v0.2.13-alpha</version>
2122
</dependency>
2223
```
2324

2425
If you are using Gradle without BOM, add this to your dependencies
2526

2627
```Groovy
27-
implementation 'com.google.cloud:google-cloud-logging-servlet-initializer'
28+
implementation 'com.google.cloud:google-cloud-logging-servlet-initializer:0.2.13-alpha'
2829
```
2930

3031
If you are using SBT, add this to your dependencies
3132

3233
```Scala
33-
libraryDependencies += "com.google.cloud" % "google-cloud-logging-servlet-initializer"
34+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-servlet-initializer" % "0.2.13-alpha"
3435
```
3536

3637
## Getting Started

0 commit comments

Comments
 (0)