From daf3f3dd6525028873ce45beb18e792ed1691f13 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Sun, 30 Oct 2022 15:06:51 +0100 Subject: [PATCH] Update coursier to 2.1.0-M7-39-gb8f3d7532 (#426) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 673fe3ca..90a4bb33 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-34-gf519b50a3" +val coursierVersion0 = "2.1.0-M7-39-gb8f3d7532" def dataclassGen(data: Reference) = Def.taskDyn { val root = (ThisBuild / baseDirectory).value.toURI.toString