From e92e3e60f003c9009e931d2f8187692a64e37441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Popi=C4=87?= Date: Sat, 31 Aug 2024 15:24:58 +0200 Subject: [PATCH] Update play-json in build.sbt (#4) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index aa49f54..ad8681b 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ lazy val root = (project in file(".")) .enablePlugins(AssemblyPlugin) .settings( libraryDependencies ++= Seq( - "com.typesafe.play" %% "play-json" % "2.10.0", + "com.typesafe.play" %% "play-json" % "2.10.6", "org.scalatest" %% "scalatest" % "3.1.0" % Test ), // Assembly settings