Update sbt-coursier, sbt-shading to 2.0.0-RC5-3 (#177)

This commit is contained in:
Scala Steward 2020-02-03 17:49:10 +01:00 committed by GitHub
parent 12e6dcb001
commit 6f710c526f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "2.0.0-RC5-2")
addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.0.0-RC5-2")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "2.0.0-RC5-3")
addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.0.0-RC5-3")
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value