From 79539d005007743d661f7cc1a6f521d9167fd34c Mon Sep 17 00:00:00 2001 From: "foundweekends-bot[bot]" <74864734+foundweekends-bot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 04:20:43 +0000 Subject: [PATCH] Update launcher, launcher-interface to 1.6.0 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 12073b3..514da40 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.2" % "test" - val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.5.2" + val sbtLauncherDeps = "org.scala-sbt" % "launcher" % "1.6.0" % "test" + val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.6.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"