From ae29dca070522eb114cb2964048a684932f72736 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 8 Jan 2022 20:49:51 +0100 Subject: [PATCH 1/3] Update ujson to 1.4.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d1a04ed5..0af5d010 100644 --- a/build.sbt +++ b/build.sbt @@ -223,7 +223,7 @@ lazy val binary = project ) .settings( libraryDependencies ++= Seq( - "com.lihaoyi" %% "ujson" % "1.4.2" + "com.lihaoyi" %% "ujson" % "1.4.4" ) ++ scalaTest ) .dependsOn(coreJVM) From 0262c0d6f8498f08792bbcf03c33df17134aca94 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 May 2022 09:28:00 +0200 Subject: [PATCH 2/3] Revert commit(s) ae29dca --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0af5d010..d1a04ed5 100644 --- a/build.sbt +++ b/build.sbt @@ -223,7 +223,7 @@ lazy val binary = project ) .settings( libraryDependencies ++= Seq( - "com.lihaoyi" %% "ujson" % "1.4.4" + "com.lihaoyi" %% "ujson" % "1.4.2" ) ++ scalaTest ) .dependsOn(coreJVM) From 879fb264decd4a763b3effd0c382d05ee09b4d54 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 May 2022 09:28:06 +0200 Subject: [PATCH 3/3] Update ujson to 1.4.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b5b41643..14546adb 100644 --- a/build.sbt +++ b/build.sbt @@ -254,7 +254,7 @@ lazy val binary = project ) .settings( libraryDependencies ++= Seq( - "com.lihaoyi" %% "ujson" % "1.4.2" + "com.lihaoyi" %% "ujson" % "1.4.4" ) ++ scalaTest, mimaBinaryIssueFilters := Seq( // format: off