From 20379a64e5a0b4571ca9a89578194558d476f010 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:52 +0000 Subject: [PATCH] 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" }