From 11f23f3efbf04134f5df3af46db442418c983d16 Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Fri, 13 Sep 2024 01:05:23 +0000 Subject: [PATCH] build(deps): Update coursier, ... from 2.1.10 to 2.1.12 --- project/V.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/V.scala b/project/V.scala index 4cae1eaea8c..066496857b0 100644 --- a/project/V.scala +++ b/project/V.scala @@ -21,7 +21,7 @@ object V { val bloop = "2.0.0" val bloopConfig = "2.0.3" val bsp = "2.2.0-M2" - val coursier = "2.1.10" + val coursier = "2.1.12" // changing coursier interfaces version may be not binary compatible. // After each update of coursier interfaces, remember to bump the version in dotty repository. val coursierInterfaces = "1.0.20"