Skip to content

Commit 1ffc177

Browse files
committed
Merge branch 'master' into 1.3.x
2 parents 3111d8d + f410c59 commit 1ffc177

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This is in contrast to the following hardware oriented testers, in which a testi
3232
circuit, or device under test (DUT) from value vectors for each input. Testing the outputs each cycle against a separate
3333
set of value vectors for each output.
3434

35-
For a longer descripton see the [Using the PeekPokeTester](https://github.com/ucb-bar/chisel-testers/wiki/Using%20the%20PeekPokeTester) see the
35+
For a longer description, see the [Using the PeekPokeTester](https://github.com/freechipsproject/chisel-testers/wiki/Using%20the%20PeekPokeTester).
3636

3737
#### SteppedHWIOTester
3838

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ libraryDependencies ++= Seq("chisel3","firrtl","firrtl-interpreter", "treadle").
6060
// An explicit dependency on junit seems to alleviate this.
6161
libraryDependencies ++= Seq(
6262
"junit" % "junit" % "4.12",
63-
"org.scalatest" %% "scalatest" % "3.0.5",
63+
"org.scalatest" %% "scalatest" % "3.0.8",
6464
"org.scalacheck" %% "scalacheck" % "1.14.0",
65-
"com.github.scopt" %% "scopt" % "3.7.0"
65+
"com.github.scopt" %% "scopt" % "3.7.1"
6666
)
6767

6868
publishMavenStyle := true

build.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ class ChiselTestersModule(val crossScalaVersion: String) extends CommonModule {
9393

9494
object test extends Tests {
9595
override def ivyDeps = Agg(
96-
ivy"org.scalatest::scalatest:3.0.1",
97-
ivy"org.scalacheck::scalacheck:1.13.4"
96+
ivy"org.scalatest::scalatest:3.0.8",
97+
ivy"org.scalacheck::scalacheck:1.14.0"
9898
)
9999
def testFrameworks = Seq("org.scalatest.tools.Framework")
100100
}

0 commit comments

Comments
 (0)