From 2d58781055b88511abb33ec47b49c63af32e43c9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Oct 2024 13:00:44 +0000 Subject: [PATCH] Update coursier-launcher to 2.1.14 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index ff04f4b..0a80e15 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -7,7 +7,7 @@ object Deps { def caseApp = "com.github.alexarchambault" %% "case-app" % "2.0.6" def coursierInterface = "io.get-coursier" % "interface" % "1.0.18" - def coursierLauncher = "io.get-coursier" %% "coursier-launcher" % "2.1.10" + def coursierLauncher = "io.get-coursier" %% "coursier-launcher" % "2.1.14" def dataClass = "io.github.alexarchambault" %% "data-class" % "0.2.6" def macroParadise = "org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full def osLib = "com.lihaoyi" %% "os-lib" % "0.9.0"