From 3951244ffa0211f6ebf283f2936af3afa1f26c58 Mon Sep 17 00:00:00 2001 From: "foundweekends-bot[bot]" <74864734+foundweekends-bot[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 14:05:09 +0000 Subject: [PATCH] Update launcher-interface to 1.4.2 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 2a0b4445..8b8ec9c4 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -40,5 +40,5 @@ object Dependencies { } val logback = "ch.qos.logback" % "logback-classic" % "1.2.3" val coursier = "io.get-coursier" %% "coursier" % "2.1.2" - val launcherIntf = "org.scala-sbt" % "launcher-interface" % "1.4.1" + val launcherIntf = "org.scala-sbt" % "launcher-interface" % "1.4.2" }