From ce040fb1fc85b400479ca3f6a098dfea747aad72 Mon Sep 17 00:00:00 2001 From: eugene yokota Date: Fri, 29 Nov 2024 13:59:53 -0500 Subject: [PATCH] Update Coursier --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fd4799f4..e6fdacb3 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ inThisBuild(List( Global / excludeLintKeys += scriptedBufferLog Global / excludeLintKeys += scriptedLaunchOpts -def coursierVersion0 = "2.1.16" +def coursierVersion0 = "2.1.19" def coursierDep = ("io.get-coursier" %% "coursier" % coursierVersion0) .exclude("org.codehaus.plexus", "plexus-archiver") .exclude("org.codehaus.plexus", "plexus-container-default")