From d3fa3c86523d6d8604e61b1ebfde10ae2c78f3df Mon Sep 17 00:00:00 2001 From: "Wesley W. Terpstra" Date: Thu, 22 Mar 2018 18:10:19 -0700 Subject: [PATCH] build.sbt: update to rocket's scala version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d6767db..5a544c6 100644 --- a/build.sbt +++ b/build.sbt @@ -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",