From b2280e618eee311970d5d9d40376ffbdfc971685 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Thu, 24 Aug 2023 09:41:24 -0400 Subject: [PATCH] Update Coursier to 2.1.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a6fbbf3f3..77b389009 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ inThisBuild(List( Global / excludeLintKeys += scriptedBufferLog Global / excludeLintKeys += scriptedLaunchOpts -def coursierVersion0 = "2.1.5" +def coursierVersion0 = "2.1.6" def coursierDep = ("io.get-coursier" %% "coursier" % coursierVersion0) .exclude("org.codehaus.plexus", "plexus-archiver") .exclude("org.codehaus.plexus", "plexus-container-default")