From 2bea3ad0cff364e5915249937ac4aee063e882ed Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 21 Mar 2021 17:16:22 +0100 Subject: [PATCH] Update coursier to 2.0.15 (#333) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 99e47dec2..f8e600a29 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ inThisBuild(List( ) )) -val coursierVersion0 = "2.0.12" +val coursierVersion0 = "2.0.15" val lmVersion = "1.3.4" val lm2_13Version = "1.5.0-M3"