From df06e86f8a3f4dbf8266b82d26694dcf58d2ebfe Mon Sep 17 00:00:00 2001 From: yoyama Date: Tue, 24 Jan 2023 02:57:41 +0000 Subject: [PATCH] Update play-json to 2.9.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 594cb6d..a52314a 100644 --- a/build.sbt +++ b/build.sbt @@ -68,7 +68,7 @@ lazy val client_lib = (project in file("digdag-client")) name := "digdag-client-lib-scala", libraryDependencies ++= Seq( "org.scalaj" %% "scalaj-http" % "2.4.2", - "com.typesafe.play" %% "play-json" % "2.9.2" excludeAll(excludeJackson), + "com.typesafe.play" %% "play-json" % "2.9.4" excludeAll(excludeJackson), "org.apache.commons" % "commons-compress" % "1.21", "commons-io" % "commons-io" % "2.11.0", "org.wvlet.airframe" %% "airframe-log" % airframeVersion,