From e123d506045f7f2946819cba38154703566179d8 Mon Sep 17 00:00:00 2001 From: "foundweekends-bot[bot]" <74864734+foundweekends-bot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 03:06:32 +0000 Subject: [PATCH] Update launcher, launcher-interface to 1.5.0 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 299cf1f..7d47300 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -1,8 +1,8 @@ import sbt._ object Dependencies { - val sbtLauncherDeps = "org.scala-sbt" % "launcher" % "1.4.4" % "test" - val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.4.4" + val sbtLauncherDeps = "org.scala-sbt" % "launcher" % "1.5.0" % "test" + val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.5.0" 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"