mirror of https://github.com/sbt/sbt.git
Tweak shading test
This commit is contained in:
parent
f609e65f8b
commit
1cd57c071b
|
|
@ -2,7 +2,10 @@
|
|||
enablePlugins(coursier.ShadingPlugin)
|
||||
shadingNamespace := "test.shaded"
|
||||
|
||||
libraryDependencies += "io.argonaut" %% "argonaut" % "6.2-RC2" % "shaded"
|
||||
libraryDependencies ++= Seq(
|
||||
"io.argonaut" %% "argonaut" % "6.2-RC2" % "shaded",
|
||||
"org.scala-lang" % "scala-reflect" % scalaVersion.value // not shading that one
|
||||
)
|
||||
|
||||
scalaVersion := "2.11.8"
|
||||
organization := "io.get-coursier.test"
|
||||
|
|
|
|||
Loading…
Reference in New Issue