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