From 049a983ccd88e4073640d07b65231134cb54bb9c Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Fri, 11 Mar 2022 00:17:09 +0000 Subject: [PATCH] chore: update google-cloud-datastore from 2.2.7 to 2.2.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 85bc9c8..7c4b4cc 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val allScala = Seq("2.12.15", mainScala) val akkaVersion = "2.6.17" val javaUUIDGeneratorVersion = "4.0.1" val playJsonVersion = "2.9.2" -val googleDatastoreVersion = "2.2.7" +val googleDatastoreVersion = "2.2.8" val akkaPersistence = "com.typesafe.akka" %% "akka-persistence" % akkaVersion val akkaPersistenceQuery = "com.typesafe.akka" %% "akka-persistence-query" % akkaVersion