Update sbt-coursier, sbt-shading to 2.0.0-RC4 (#149)

This commit is contained in:
Scala Steward 2019-10-14 17:16:03 +02:00 committed by Alexandre Archambault
parent b27615cf25
commit 03249a84ea
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ libs ++= Seq(
"org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
)
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "2.0.0-RC3-6")
addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.0.0-RC3-6")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "2.0.0-RC4")
addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.0.0-RC4")
def plugins_(modules: ModuleID*) = modules.map(addSbtPlugin)