build.sbt: update to rocket's scala version

This commit is contained in:
Wesley W. Terpstra 2018-03-22 18:10:19 -07:00
parent 9b3763ea92
commit d3fa3c8652
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ name := "freedom"
version := "0.1.0"
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(
"-deprecation",
"-feature",