From ce16f8914e52def081e0eb950a7a5031a2ad8f61 Mon Sep 17 00:00:00 2001 From: Adrien Piquerez Date: Thu, 10 Nov 2022 14:59:06 +0100 Subject: [PATCH] Update coursier to 2.1.0-RC1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 61e272b2b..17e842091 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ inThisBuild(List( Global / excludeLintKeys += scriptedBufferLog Global / excludeLintKeys += scriptedLaunchOpts -val coursierVersion0 = "2.1.0-M7-39-gb8f3d7532" +val coursierVersion0 = "2.1.0-RC1" def dataclassGen(data: Reference) = Def.taskDyn { val root = (ThisBuild / baseDirectory).value.toURI.toString