From ca44d00e28e49946561e26d6fd2c5c2fb7429b4d Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Wed, 25 Jan 2023 00:18:32 +0000 Subject: [PATCH] chore: update play-json from 2.9.2 to 2.9.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 14e51a5..03392bb 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val allScala = Seq("2.12.15", mainScala) val akkaVersion = "2.6.17" val javaUUIDGeneratorVersion = "4.0.1" -val playJsonVersion = "2.9.2" +val playJsonVersion = "2.9.4" val googleDatastoreVersion = "2.2.9" val akkaPersistence = "com.typesafe.akka" %% "akka-persistence" % akkaVersion