From eb5ddcc63b07fccefafcdaa0f1fc8e1a74157159 Mon Sep 17 00:00:00 2001 From: "foundweekends-bot[bot]" <74864734+foundweekends-bot[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 09:11:13 +0000 Subject: [PATCH 1/2] Update dispatch-core to 0.13.4 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 6ce57f0..7e8162b 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ import sbt._ object Dependencies { val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.3.3" val scalaSwing = "org.scala-lang.modules" %% "scala-swing" % "3.0.0" - val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.12.3" + val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.13.4" val scopt = "com.github.scopt" %% "scopt" % "4.0.1" val liftJson = "net.liftweb" %% "lift-json" % "2.6.3" val slf4jJdk14 = "org.slf4j" % "slf4j-jdk14" % "1.7.32" From 3279f74bf644c040ca8f5a45c67a695aa9b47ab5 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:56 +0000 Subject: [PATCH 2/2] Update dispatch-core to 0.13.4 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3608101..18a1c59 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ import sbt._ object Dependencies { val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.3.3" val scalaSwing = "org.scala-lang.modules" %% "scala-swing" % "3.0.0" - val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.12.3" + val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.13.4" val scopt = "com.github.scopt" %% "scopt" % "4.1.0" val liftJson = "net.liftweb" %% "lift-json" % "2.6.3" val slf4jJdk14 = "org.slf4j" % "slf4j-jdk14" % "1.7.36"