Skip to content

Commit

Permalink
Bump dependency versions (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl committed Sep 5, 2019
1 parent 60779b5 commit e61955b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -60,9 +60,9 @@ libraryDependencies ++= Seq("chisel3","firrtl","firrtl-interpreter", "treadle").
// An explicit dependency on junit seems to alleviate this.
libraryDependencies ++= Seq(
"junit" % "junit" % "4.12",
"org.scalatest" %% "scalatest" % "3.0.5",
"org.scalatest" %% "scalatest" % "3.0.8",
"org.scalacheck" %% "scalacheck" % "1.14.0",
"com.github.scopt" %% "scopt" % "3.7.0"
"com.github.scopt" %% "scopt" % "3.7.1"
)

publishMavenStyle := true
Expand Down
4 changes: 2 additions & 2 deletions build.sc
Expand Up @@ -93,8 +93,8 @@ class ChiselTestersModule(val crossScalaVersion: String) extends CommonModule {

object test extends Tests {
override def ivyDeps = Agg(
ivy"org.scalatest::scalatest:3.0.1",
ivy"org.scalacheck::scalacheck:1.13.4"
ivy"org.scalatest::scalatest:3.0.8",
ivy"org.scalacheck::scalacheck:1.14.0"
)
def testFrameworks = Seq("org.scalatest.tools.Framework")
}
Expand Down

0 comments on commit e61955b

Please sign in to comment.