Move to a newer Scala version
Chisel3 needs a newer version of Scala to run correctly.
This commit is contained in:
committed by
Palmer Dabbelt
parent
6da45e7f26
commit
476db6ef39
@ -8,7 +8,7 @@ object BuildSettings extends Build {
|
||||
override lazy val settings = super.settings ++ Seq(
|
||||
organization := "berkeley",
|
||||
version := "1.2",
|
||||
scalaVersion := "2.11.6",
|
||||
scalaVersion := "2.11.7",
|
||||
parallelExecution in Global := false,
|
||||
traceLevel := 15,
|
||||
scalacOptions ++= Seq("-deprecation","-unchecked"),
|
||||
|
Reference in New Issue
Block a user