Skip to content

Commit

Permalink
Update google-cloud-language to 2.1.5 (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaskjaero authored Jan 15, 2022
1 parent 9f4e110 commit 0e64094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ object Dependencies {
"org.elasticsearch.client" % "elasticsearch-rest-high-level-client" % elasticsearchVersion
val oslib = "com.lihaoyi" %% "os-lib" % "0.8.0"
val googleCloudClient =
"com.google.cloud" % "google-cloud-language" % "2.1.4"
"com.google.cloud" % "google-cloud-language" % "2.1.5"

// Database
val h2 = "com.h2database" % "h2" % "2.0.206"
Expand Down

0 comments on commit 0e64094

Please sign in to comment.