From 5cb8aeed8270c92c04081e52a18ea678b0344c7a Mon Sep 17 00:00:00 2001 From: "foundweekends-bot[bot]" <74864734+foundweekends-bot[bot]@users.noreply.github.com> Date: Sat, 9 Oct 2021 02:31:48 +0000 Subject: [PATCH 1/5] Update lift-json to 3.5.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ba31df5..48a4ff5 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,6 +5,6 @@ object Dependencies { val scalaSwing = "org.scala-lang.modules" %% "scala-swing" % "3.0.0" val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.11.2" val scopt = "com.github.scopt" %% "scopt" % "4.0.1" - val liftJson = "net.liftweb" %% "lift-json" % "2.6.3" + val liftJson = "net.liftweb" %% "lift-json" % "3.5.0" val slf4jJdk14 = "org.slf4j" % "slf4j-jdk14" % "1.7.32" } From f05e8527ca75aceaa8a06822210b7701c167503a Mon Sep 17 00:00:00 2001 From: "foundweekends-bot[bot]" <74864734+foundweekends-bot[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 02:47:40 +0000 Subject: [PATCH 2/5] Update lift-json to 3.5.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e7b7bc6..c2bd40a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,6 +5,6 @@ object Dependencies { val scalaSwing = "org.scala-lang.modules" %% "scala-swing" % "3.0.0" val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.12.3" val scopt = "com.github.scopt" %% "scopt" % "4.0.1" - val liftJson = "net.liftweb" %% "lift-json" % "2.6.3" + val liftJson = "net.liftweb" %% "lift-json" % "3.5.0" val slf4jJdk14 = "org.slf4j" % "slf4j-jdk14" % "1.7.33" } From 625c0dc13cb7d3756f005294d5855a218f2ad13a Mon Sep 17 00:00:00 2001 From: "foundweekends-bot[bot]" <74864734+foundweekends-bot[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 02:53:59 +0000 Subject: [PATCH 3/5] Update lift-json to 3.5.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 68b3bb4..fd44710 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,6 +5,6 @@ object Dependencies { val scalaSwing = "org.scala-lang.modules" %% "scala-swing" % "3.0.0" val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.12.3" val scopt = "com.github.scopt" %% "scopt" % "4.0.1" - val liftJson = "net.liftweb" %% "lift-json" % "2.6.3" + val liftJson = "net.liftweb" %% "lift-json" % "3.5.0" val slf4jJdk14 = "org.slf4j" % "slf4j-jdk14" % "1.7.35" } From d48c513dcb8c1c2de7e55820af33ca761b5f14ca Mon Sep 17 00:00:00 2001 From: "foundweekends-bot[bot]" <74864734+foundweekends-bot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 03:24:42 +0000 Subject: [PATCH 4/5] Update lift-json to 3.5.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 9957b16..c8b4540 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,6 +5,6 @@ object Dependencies { val scalaSwing = "org.scala-lang.modules" %% "scala-swing" % "3.0.0" val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.12.3" val scopt = "com.github.scopt" %% "scopt" % "4.0.1" - val liftJson = "net.liftweb" %% "lift-json" % "2.6.3" + val liftJson = "net.liftweb" %% "lift-json" % "3.5.0" val slf4jJdk14 = "org.slf4j" % "slf4j-jdk14" % "1.7.36" } From 9c70a363170a57dae0e1ea9e6bf370f901171ab7 Mon Sep 17 00:00:00 2001 From: "foundweekends-bot[bot]" <74864734+foundweekends-bot[bot]@users.noreply.github.com> Date: Sun, 3 Jul 2022 03:58:59 +0000 Subject: [PATCH 5/5] Update lift-json to 3.5.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3608101..cb8dce1 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,6 +5,6 @@ object Dependencies { val scalaSwing = "org.scala-lang.modules" %% "scala-swing" % "3.0.0" val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.12.3" val scopt = "com.github.scopt" %% "scopt" % "4.1.0" - val liftJson = "net.liftweb" %% "lift-json" % "2.6.3" + val liftJson = "net.liftweb" %% "lift-json" % "3.5.0" val slf4jJdk14 = "org.slf4j" % "slf4j-jdk14" % "1.7.36" }