From 21a7e747109cec28270d727e24fdea33971ec5b8 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 16 Aug 2022 16:16:28 +0200 Subject: [PATCH] Update coursier to 2.1.0-M6-53-gb4f448130 (#408) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a9ce2bfa6..01a04f223 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ inThisBuild(List( Global / excludeLintKeys += scriptedBufferLog Global / excludeLintKeys += scriptedLaunchOpts -val coursierVersion0 = "2.1.0-M6-49-gff26f8e39" +val coursierVersion0 = "2.1.0-M6-53-gb4f448130" def dataclassGen(data: Reference) = Def.taskDyn { val root = (ThisBuild / baseDirectory).value.toURI.toString