Skip to content

Commit 0383906

Browse files
chore: regenerate README (#281)
1 parent 525f9c7 commit 0383906

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-logging-logback.git",
7-
"sha": "af43dfa5a35ba5e2f68de1a7f9c0de838b69c0cf"
7+
"sha": "9b3b7ddec45614ce0820e04fa42fcc8b4e478d67"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "352f25621c28d2fa0784984ea0ed5ea697aa1525"
14+
"sha": "a3e990f3545dc8ccd384a75d20ce9cb185ca6a28"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ If you are using Maven, add this to your pom.xml file:
2424
</dependency>
2525
```
2626

27-
If you are using Gradle, add this to your dependencies
27+
If you are using Gradle without BOM, add this to your dependencies
2828
```Groovy
2929
compile 'com.google.cloud:google-cloud-logging-logback:0.119.0-alpha'
3030
```
31+
3132
If you are using SBT, add this to your dependencies
3233
```Scala
3334
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.119.0-alpha"

0 commit comments

Comments
 (0)