From 18c5a781b16eda3d7b57d5d9aaa2addaf375fc01 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 18 Mar 2021 14:21:10 +0100 Subject: [PATCH] Update ujson to 1.3.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b2c44a27..7dcc0994 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ libraryDependencies ++= Seq( "com.github.scopt" %% "scopt" % "4.0.1", "org.typelevel" %% "cats-core" % "2.4.2", "org.jline" % "jline" % "3.19.0", - "com.lihaoyi" %% "ujson" % "1.3.5", + "com.lihaoyi" %% "ujson" % "1.3.6", "ru.lanwen.verbalregex" % "java-verbal-expressions" % "1.6", "org.scalatest" %% "scalatest" % "3.2.6" % "it,test", "com.github.tomakehurst" % "wiremock" % "2.27.2" % "it,test"