Skip to content

Commit

Permalink
Merge branch '1.3.x' into 1.3-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl committed May 15, 2020
2 parents bd9bb1e + 8d41c62 commit ecab911
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
updates.ignore = [ { groupId = "edu.berkeley.cs", artifactId = "firrtl" } ]
pullRequests.frequency = "0 0 1 * *" # The first of every month
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ libraryDependencies ++= (Seq("firrtl").map {
// An explicit dependency on junit seems to alleviate this.
libraryDependencies ++= Seq(
"junit" % "junit" % "4.13" % "test",
"org.scalatest" %% "scalatest" % "3.1.1" % "test",
"org.scalatest" %% "scalatest" % "3.1.2" % "test",
"org.scalacheck" %% "scalacheck" % "1.14.3" % "test",
"org.scala-lang.modules" % "scala-jline" % "2.12.1"
)
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class FirrtlInterpreterModule(val crossScalaVersion: String) extends CommonModul

object test extends Tests {
override def ivyDeps = Agg(
ivy"org.scalatest::scalatest:3.1.1",
ivy"org.scalatest::scalatest:3.1.2",
ivy"org.scalacheck::scalacheck:1.14.3"
)
def testFrameworks = Seq("org.scalatest.tools.Framework")
Expand Down

0 comments on commit ecab911

Please sign in to comment.