From fb19697c573489d1ddbd6c3afd9d8609a70c4fec Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 2 Feb 2022 01:51:57 +0100 Subject: [PATCH] Update coursier to 2.1.0-M4 (#382) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2f6ae5794..416fab3d0 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ inThisBuild(List( ) )) -val coursierVersion0 = "2.1.0-M3-1" +val coursierVersion0 = "2.1.0-M4" val lmVersion = "1.3.4" val lm2_13Version = "1.5.0-M3"