From 4cf678c3990af726530ff2e140b8b0f9cdf48f31 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 8 Mar 2021 18:27:59 +0100 Subject: [PATCH] Update ujson to 1.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2fab1519..5a322967 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.2.3", + "com.lihaoyi" %% "ujson" % "1.3.0", "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"