diff --git a/build.sbt b/build.sbt index eacdb154..d89e255e 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = { val defaultVersions = Map( "chisel3" -> "3.2.6", "chisel-iotesters" -> "1.3.6", - "rocketchip" -> "1.2.5", + "rocketchip" -> "1.2.6", ) name := "dsptools"