From 0060b8e921668aa672449dbbfbe57d43453da72f Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 22 Jan 2021 14:27:18 +0100 Subject: [PATCH] Update coursier to 2.0.9 (#308) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f8a65f3d6..00ccbae42 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ inThisBuild(List( ) )) -val coursierVersion0 = "2.0.8" +val coursierVersion0 = "2.0.9" val lmVersion = "1.3.4" val lm2_13Version = "1.5.0-M3"