build.sbt: update to rocket's scala version
This commit is contained in:
parent
9b3763ea92
commit
d3fa3c8652
@ -4,7 +4,7 @@ name := "freedom"
|
|||||||
version := "0.1.0"
|
version := "0.1.0"
|
||||||
|
|
||||||
lazy val commonSettings = Seq(
|
lazy val commonSettings = Seq(
|
||||||
scalaVersion := "2.11.7", // This needs to match rocket-chip's scalaVersion
|
scalaVersion := "2.11.12", // This needs to match rocket-chip's scalaVersion
|
||||||
scalacOptions ++= Seq(
|
scalacOptions ++= Seq(
|
||||||
"-deprecation",
|
"-deprecation",
|
||||||
"-feature",
|
"-feature",
|
||||||
|
Loading…
Reference in New Issue
Block a user