Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

ci: removing linkage-monitor from the required checks #230

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
🦉 Updates from OwlBot
  • Loading branch information
gcf-owl-bot[bot] committed Aug 24, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit b0fb5d6fcb6e2615cdd727fe7fb7ce817cafa558
6 changes: 3 additions & 3 deletions README.md
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:
<dependency>
<groupId>com.google.area120</groupId>
<artifactId>google-area120-tables</artifactId>
<version>0.4.1</version>
<version>0.4.2</version>
</dependency>
```

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

```Groovy
compile 'com.google.area120:google-area120-tables:0.4.1'
compile 'com.google.area120:google-area120-tables:0.4.2'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.area120" % "google-area120-tables" % "0.4.1"
libraryDependencies += "com.google.area120" % "google-area120-tables" % "0.4.2"
```

## Authentication