From bf9284442f23ba1dcc662ae77dfd6df24c416307 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 Nov 2023 16:37:37 +0000 Subject: [PATCH] Update coursier to 2.1.8 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index ffbba6e..8dba110 100644 --- a/build.sc +++ b/build.sc @@ -467,7 +467,7 @@ object Deps { ivy"com.thesamet.scalapb::compilerplugin:$version" val protocCache = ivy"com.thesamet.scalapb::protoc-cache-coursier:0.9.6" } - val coursier = ivy"io.get-coursier::coursier:2.1.7" + val coursier = ivy"io.get-coursier::coursier:2.1.8" } case class ScalaVersion(maj: Int, min: Int, patch: Int)