From 7c0ea9b1f5b934fa18ae9758458b821b57f10b25 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 00:20:52 +0000 Subject: [PATCH] Update coursier to 2.1.8 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d8f51af01..3da9f1111 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -27,7 +27,7 @@ object Dependencies { val bijectionCoreV = "0.9.7" val collectionCompatV = "2.11.0" - val coursierV = "2.1.7" + val coursierV = "2.1.8" val coursierInterfaceV = "1.0.19" val commontTextV = "1.11.0" val googleDiffV = "1.3.0"