Skip to content

Commit

Permalink
Update coursier to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Jan 27, 2021
1 parent 5026843 commit 5270783
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bsp
Submodule bsp updated from faf8c0 to fcc73a
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Dependencies {
val javaDebugVersion = "0.21.0+1-7f1080f1"

val scalazVersion = "7.2.20"
val coursierVersion = "2.0.0-RC6-15"
val coursierVersion = "2.0.9"
val scalaXmlVersion = "1.2.0"
val lmVersion = "1.0.0"
val configDirsVersion = "10"
Expand Down
17 changes: 14 additions & 3 deletions project/project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ val sbtBloopBuildShadedJar = project
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.4.0",
"org.zeroturnaround" % "zt-exec" % "1.11",
"me.vican.jorge" %% "snailgun-cli" % "0.3.1",
"io.get-coursier" %% "coursier" % "2.0.0-RC3-4",
"io.get-coursier" %% "coursier-cache" % "2.0.0-RC3-4",
"io.get-coursier" %% "coursier" % "2.0.9",
"io.get-coursier" %% "coursier-cache" % "2.0.9",
"ch.epfl.scala" % "bsp4j" % "2.0.0-M4+10-61e61e87"
),
toShadeClasses := {
Expand Down Expand Up @@ -76,7 +76,15 @@ val sbtBloopBuildShadedJar = project

},
shadingNamespace := "shaded.build",
shadeIgnoredNamespaces := Set("com.google.gson", "org.slf4j"),
shadeIgnoredNamespaces := Set(
"com.google.gson",
"org.slf4j",
"scala.xml",
"scala.collection.compat",
"scala.util",
"scala.annotation",
"scala.jdk"
),
shadeNamespaces := Set(
"com.github.plokhotnyuk.jsoniter_scala",
"machinist",
Expand All @@ -87,6 +95,9 @@ val sbtBloopBuildShadedJar = project
"macrocompat",
"com.zaxxer.nuprocess",
"coursier",
"io.github.alexarchambault",
"org.fusesource",
"concurrentrefhashmap",
"shapeless",
"argonaut",
"org.checkerframework",
Expand Down

0 comments on commit 5270783

Please sign in to comment.