Skip to content

Commit

Permalink
Merge branch 'master' into 2.5-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoenig committed Jan 12, 2022
2 parents a1d61d5 + 28264b9 commit 1d2e303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ addCompilerPlugin("edu.berkeley.cs" %% "chisel3-plugin" % defaultVersions("chise
// An explicit dependency on junit seems to alleviate this.
libraryDependencies ++= Seq(
"junit" % "junit" % "4.13",
"org.scalatest" %% "scalatest" % "3.2.2",
"org.scalatest" %% "scalatest" % "3.1.4",
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.1.1",
"org.scalacheck" %% "scalacheck" % "1.14.3",
"com.github.scopt" %% "scopt" % "3.7.1"
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class ChiselTestersModule(val crossScalaVersion: String) extends CommonModule {
def chiselDeps = Agg("firrtl", "firrtl-interpreter", "treadle", "chisel3").map { d => getVersion(d) }

override def ivyDeps = Agg(
ivy"org.scalatest::scalatest:3.2.2",
ivy"org.scalatest::scalatest:3.1.4",
ivy"org.scalatestplus::scalacheck-1-14:3.1.1.1",
ivy"org.scalacheck::scalacheck:1.14.3",
ivy"com.github.scopt::scopt:3.7.1"
Expand Down

0 comments on commit 1d2e303

Please sign in to comment.