From 318c3cecc1ef699699fb24afc0942d055c1a70d6 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 25 May 2023 11:04:19 +0200 Subject: [PATCH] Update coursier to 2.1.4 (#1517) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b3ba49fbe..ee411dd89 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -8,7 +8,7 @@ object Dependencies { val protobuf = "3.19.6" val silencer = "1.7.12" val collectionCompat = "2.10.0" - val coursier = "2.1.3" + val coursier = "2.1.4" val protocGen = "0.9.6" val protobufRuntimeScala = "0.8.14" val commonsCodec = "1.15"