From 64477306c5a2b6564ca0ea26ac19cbf483d9bf35 Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Fri, 20 Sep 2024 01:07:22 +0000 Subject: [PATCH] build(deps): Update interface from 1.0.20 to 1.0.21 --- project/V.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/V.scala b/project/V.scala index 75ee256f529..7181afffdaf 100644 --- a/project/V.scala +++ b/project/V.scala @@ -24,7 +24,7 @@ object V { 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" + val coursierInterfaces = "1.0.21" val debugAdapter = "4.2.1" val genyVersion = "1.0.0" val gitter8Version = "0.16.2"