From fdd25cbfa34b25deef601105a1e7fc4e7686472c Mon Sep 17 00:00:00 2001 From: "foundweekends-bot[bot]" <74864734+foundweekends-bot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 03:27:40 +0000 Subject: [PATCH] Update launcher, launcher-interface to 1.5.2 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 597a08e..12073b3 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -1,8 +1,8 @@ import sbt._ object Dependencies { - val sbtLauncherDeps = "org.scala-sbt" % "launcher" % "1.5.1" % "test" - val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.5.1" + val sbtLauncherDeps = "org.scala-sbt" % "launcher" % "1.5.2" % "test" + val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.5.2" 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"