From 31b422766cfe04e2d592242a8035e06a310a9f78 Mon Sep 17 00:00:00 2001 From: "foundweekends-bot[bot]" <74864734+foundweekends-bot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 04:28:14 +0000 Subject: [PATCH] Update launcher, launcher-interface to 1.6.1 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 514da40..b736127 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -1,8 +1,8 @@ import sbt._ object Dependencies { - val sbtLauncherDeps = "org.scala-sbt" % "launcher" % "1.6.0" % "test" - val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.6.0" + val sbtLauncherDeps = "org.scala-sbt" % "launcher" % "1.6.1" % "test" + val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.6.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"