From 79100731189d6b97c1cfe1b76046047978eedf13 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:30:38 +0200 Subject: [PATCH] Update coursier-jvm_2.13, ... to 2.1.14 (#3226) --- project/deps.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/deps.sc b/project/deps.sc index 291f083478..15ac1201f1 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -102,7 +102,7 @@ object Deps { def ammonite = "3.0.0-2-6342755f" def ammoniteForScala3Lts = ammonite // jni-utils version may need to be sync-ed when bumping the coursier version - def coursierDefault = "2.1.13" + def coursierDefault = "2.1.14" def coursier = coursierDefault def coursierCli = coursierDefault def coursierM1Cli = coursierDefault