From 6d7053b1c9ce2d6591ee81a2327d5e53575d7516 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 5 May 2023 15:21:45 +0000 Subject: [PATCH] Update coursier to 2.1.3 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 11dc775..00fc665 100644 --- a/build.sc +++ b/build.sc @@ -446,7 +446,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.2" + val coursier = ivy"io.get-coursier::coursier:2.1.3" } case class ScalaVersion(maj: Int, min: Int, patch: Int)