From a4eb8039a8922e69867ba80ea623001922f32e98 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Tue, 15 Mar 2022 00:14:29 +0000 Subject: [PATCH] chore: update google-cloud-datastore from 2.2.8 to 2.2.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7c4b4cc..14e51a5 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.8" +val googleDatastoreVersion = "2.2.9" val akkaPersistence = "com.typesafe.akka" %% "akka-persistence" % akkaVersion val akkaPersistenceQuery = "com.typesafe.akka" %% "akka-persistence-query" % akkaVersion