Skip to content

Commit 5d962fe

Browse files
Bump to Chisel 3.5; bump hardfloat
1 parent f0b7bb0 commit 5d962fe

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Diff for: build.sbt

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import scala.sys.process._
55

66
enablePlugins(PackPlugin)
77

8-
// This needs to stay in sync with the chisel3 and firrtl git submodules
9-
val chiselVersion = "3.4.3"
8+
val chiselVersion = "3.5.0"
109

1110
lazy val commonSettings = Seq(
1211
organization := "edu.berkeley.cs",
@@ -18,7 +17,7 @@ lazy val commonSettings = Seq(
1817
libraryDependencies ++= Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value),
1918
libraryDependencies ++= Seq("org.json4s" %% "json4s-jackson" % "3.6.1"),
2019
libraryDependencies ++= Seq("org.scalatest" %% "scalatest" % "3.2.0" % "test"),
21-
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full),
20+
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full),
2221
resolvers ++= Seq(
2322
Resolver.sonatypeRepo("snapshots"),
2423
Resolver.sonatypeRepo("releases"),

0 commit comments

Comments
 (0)