From eead6532a4077e8b4693692caf667bb5a0f465bf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 May 2024 16:29:29 +0000 Subject: [PATCH] Update coursier, ... to 2.1.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 94c2e984b..6be85db17 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ inThisBuild(List( Global / excludeLintKeys += scriptedBufferLog Global / excludeLintKeys += scriptedLaunchOpts -def coursierVersion0 = "2.1.9" +def coursierVersion0 = "2.1.10" def coursierDep = ("io.get-coursier" %% "coursier" % coursierVersion0) .exclude("org.codehaus.plexus", "plexus-archiver") .exclude("org.codehaus.plexus", "plexus-container-default")