diff --git a/.gitignore b/.gitignore index 35262b40..43c4b45b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ target/ .metals/ .bloop/ metals.sbt +.vscode/ # Intellij .idea/ diff --git a/build.sbt b/build.sbt index 3cc1ca9c..f3e9b7d8 100644 --- a/build.sbt +++ b/build.sbt @@ -24,9 +24,10 @@ inThisBuild(List( Global / excludeLintKeys += scriptedBufferLog Global / excludeLintKeys += scriptedLaunchOpts -lazy val coursierVersion0 = "2.1.2" -lazy val coursierDep = ("io.get-coursier" %% "coursier" % coursierVersion0) - .exclude("com.github.luben", "zstd-jni") +def coursierVersion0 = "2.1.2" +def coursierDep = ("io.get-coursier" %% "coursier" % coursierVersion0) + .exclude("org.codehaus.plexus", "plexus-archiver") + .exclude("org.codehaus.plexus", "plexus-container-default") def dataclassGen(data: Reference) = Def.taskDyn { val root = (ThisBuild / baseDirectory).value.toURI.toString