Fix dependency-management/cache-update

This commit is contained in:
Eugene Yokota 2016-05-07 17:20:55 -04:00
parent 785270faf0
commit bc90cd2866
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
import sbt.internal.librarymanagement._
lazy val check = taskKey[Unit]("Runs the check")
def commonSettings: Seq[Def.Setting[_]] =