From d1739237079213d2ec157db5ac56a6d3a73fca86 Mon Sep 17 00:00:00 2001 From: azidar Date: Fri, 6 May 2016 17:50:31 -0700 Subject: Fixed sbt error where the typechecker was complaining. Just converted the Seq to variatic argument list --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6fd2c48a..647fe9cb 100644 --- a/build.sbt +++ b/build.sbt @@ -80,7 +80,7 @@ lazy val chiselFrontend = (project in file("chiselFrontend")). settings(Seq( scalaVersion := "2.11.7", libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value - )) + ): _*) lazy val chisel = (project in file(".")). settings(chiselBuildSettings: _*). -- cgit v1.2.3