From ef757c92fcca84eb1fc4438fafa6609a8bfaff31 Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Fri, 6 Dec 2024 01:14:53 +0000 Subject: [PATCH] build(deps): Update interface from 1.0.25 to 1.0.26 --- project/V.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/V.scala b/project/V.scala index da34fa847d7..3122588a6df 100644 --- a/project/V.scala +++ b/project/V.scala @@ -24,7 +24,7 @@ object V { val coursier = "2.1.20" // 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.25" + val coursierInterfaces = "1.0.26" val debugAdapter = "4.2.1" val genyVersion = "1.0.0" val gitter8Version = "0.16.2"