From c75b0acd12acdb18ad2c1e85f8afbf4ae853365f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 10 Sep 2023 13:54:24 +0000 Subject: [PATCH] Update coursier, ... to 2.1.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 77b389009..963d51c85 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ inThisBuild(List( Global / excludeLintKeys += scriptedBufferLog Global / excludeLintKeys += scriptedLaunchOpts -def coursierVersion0 = "2.1.6" +def coursierVersion0 = "2.1.7" def coursierDep = ("io.get-coursier" %% "coursier" % coursierVersion0) .exclude("org.codehaus.plexus", "plexus-archiver") .exclude("org.codehaus.plexus", "plexus-container-default")