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

cleanup: remove migrated sample #1137

Merged
merged 6 commits into from
Jan 4, 2023
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
Next Next commit
🦉 Updates from OwlBot post-processor
  • Loading branch information
gcf-owl-bot[bot] committed Dec 22, 2022
commit 8033bdb98032760c3987f3c052e008402eaa9b27
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ If you are using Maven, add this to your pom.xml file:
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-aiplatform:3.7.0'
implementation 'com.google.cloud:google-cloud-aiplatform:3.8.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.7.0"
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.8.0"
```

## Authentication
Expand Down