From 6292c405a49a39295498784d76fd2c1f1e3ee7e5 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Thu, 9 Apr 2026 11:42:38 -0400 Subject: [PATCH] docs: Update the readme with the latest version --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9c5362..c2ce2c9 100644 --- a/README.md +++ b/README.md @@ -18,19 +18,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-logging-servlet-initializer + v0.2.13-alpha ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-logging-servlet-initializer' +implementation 'com.google.cloud:google-cloud-logging-servlet-initializer:0.2.13-alpha' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging-servlet-initializer" +libraryDependencies += "com.google.cloud" % "google-cloud-logging-servlet-initializer" % "0.2.13-alpha" ``` ## Getting Started