From 93ea9c2dd02bf28c1ff75fe17cd8947cf9467c9d Mon Sep 17 00:00:00 2001 From: "foundweekends-bot[bot]" <74864734+foundweekends-bot[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 03:06:15 +0000 Subject: [PATCH] Update launcher, launcher-interface to 1.5.1 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7d47300..597a08e 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.0" % "test" - val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.5.0" + val sbtLauncherDeps = "org.scala-sbt" % "launcher" % "1.5.1" % "test" + val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.5.1" 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"