aboutsummaryrefslogtreecommitdiff
path: root/stage2
diff options
context:
space:
mode:
Diffstat (limited to 'stage2')
-rw-r--r--stage2/BasicBuild.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/stage2/BasicBuild.scala b/stage2/BasicBuild.scala
index 0a338b9..f102d5c 100644
--- a/stage2/BasicBuild.scala
+++ b/stage2/BasicBuild.scala
@@ -119,8 +119,8 @@ trait BaseBuild extends BuildInterface with DependencyImplementation with Trigge
def ScalaDependency(
groupId: String, artifactId: String, version: String, classifier: Classifier = Classifier.none,
- scalaVersion: String = scalaMajorVersion
- ) = lib.ScalaDependency( groupId, artifactId, version, classifier, scalaVersion )
+ scalaVersion: String = scalaMajorVersion, verifyHash: Boolean = true
+ ) = lib.ScalaDependency( groupId, artifactId, version, classifier, scalaVersion, verifyHash )
final def DirectoryDependency(path: File, pathToNestedBuild: String*) = cbt.DirectoryDependency(
context.copy( workingDirectory = path ),