From b8dc91f6029ddef6cc85329510d607861a7115e7 Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Fri, 24 Nov 2023 00:35:52 +0000 Subject: [PATCH] build(deps): Update coursier from 2.1.7 to 2.1.8 --- project/V.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/V.scala b/project/V.scala index 45a6e873523..ccace70ef46 100644 --- a/project/V.scala +++ b/project/V.scala @@ -19,7 +19,7 @@ object V { val bloop = "1.5.11" val bloopConfig = "1.5.5" val bsp = "2.1.0-M7" - val coursier = "2.1.7" + val coursier = "2.1.8" val coursierInterfaces = "1.0.19" // changing coursier interfaces version may be not binary compatible. // After each update of coursier interfaces, remember to bump the version in dotty repository.