mirror of https://github.com/sbt/sbt.git
Fix dependency-management/cache-update
This commit is contained in:
parent
785270faf0
commit
bc90cd2866
|
|
@ -1,3 +1,5 @@
|
|||
import sbt.internal.librarymanagement._
|
||||
|
||||
lazy val check = taskKey[Unit]("Runs the check")
|
||||
|
||||
def commonSettings: Seq[Def.Setting[_]] =
|
||||
|
|
|
|||
Loading…
Reference in New Issue