From c5aff65f75709e7fec50c1efe3f3c7c8bad9ada6 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 25 May 2023 19:19:25 +0200 Subject: [PATCH] Update coursier, ... to 2.1.4 (#461) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 58dd9535b..dafa936ba 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ inThisBuild(List( Global / excludeLintKeys += scriptedBufferLog Global / excludeLintKeys += scriptedLaunchOpts -def coursierVersion0 = "2.1.3" +def coursierVersion0 = "2.1.4" def coursierDep = ("io.get-coursier" %% "coursier" % coursierVersion0) .exclude("org.codehaus.plexus", "plexus-archiver") .exclude("org.codehaus.plexus", "plexus-container-default")