From b1fca0a553093f024cd124511ffef16bf3d2a7f5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 19 Oct 2022 16:17:06 +0000 Subject: [PATCH] Update coursier to 2.1.0-M7-34-gf519b50a3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6017889d1..31d733d95 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-18-g67daad6a9" +val coursierVersion0 = "2.1.0-M7-34-gf519b50a3" def dataclassGen(data: Reference) = Def.taskDyn { val root = (ThisBuild / baseDirectory).value.toURI.toString