From 2bad9789d7594ddd7005a19f79e40bad1c7350e6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 11 Dec 2024 15:36:06 +0000 Subject: [PATCH] Update coursier, ... to 2.1.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b9c272a7..962feaf9 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ inThisBuild(List( Global / excludeLintKeys += scriptedBufferLog Global / excludeLintKeys += scriptedLaunchOpts -def coursierVersion0 = "2.1.20" +def coursierVersion0 = "2.1.21" def coursierDep = ("io.get-coursier" %% "coursier" % coursierVersion0) .exclude("org.codehaus.plexus", "plexus-archiver") .exclude("org.codehaus.plexus", "plexus-container-default")