Skip to content

Commit 9c973ab

Browse files
Update scalatest to 3.2.14 (#2814)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 7e0835e commit 9c973ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ enablePlugins(SiteScaladocPlugin)
44

55
val defaultVersions = Map(
66
"firrtl" -> "edu.berkeley.cs" %% "firrtl" % "1.6-SNAPSHOT",
7-
"treadle" -> "edu.berkeley.cs" %% "treadle" % "1.6-SNAPSHOT",
7+
"treadle" -> "edu.berkeley.cs" %% "treadle" % "1.6-SNAPSHOT"
88
// chiseltest intentionally excluded so that release automation does not try to set its version
99
// The projects using chiseltest are not published, but SBT resolves dependencies for all projects
1010
// when doing publishing and will not find a chiseltest release since chiseltest depends on
@@ -71,7 +71,7 @@ lazy val publishSettings = Seq(
7171
lazy val chiselSettings = Seq(
7272
name := "chisel3",
7373
libraryDependencies ++= Seq(
74-
"org.scalatest" %% "scalatest" % "3.2.12" % "test",
74+
"org.scalatest" %% "scalatest" % "3.2.14" % "test",
7575
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % "test",
7676
"com.lihaoyi" %% "upickle" % "2.0.0"
7777
)
@@ -118,7 +118,7 @@ lazy val pluginScalaVersions = Seq(
118118
"2.13.7",
119119
"2.13.8",
120120
"2.13.9",
121-
"2.13.10",
121+
"2.13.10"
122122
)
123123

124124
lazy val plugin = (project in file("plugin"))

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object v {
2626
val firrtl = getVersion("firrtl")
2727
val treadle = getVersion("treadle")
2828
val chiseltest = ivy"edu.berkeley.cs::chiseltest:0.6-SNAPSHOT"
29-
val scalatest = ivy"org.scalatest::scalatest:3.2.12"
29+
val scalatest = ivy"org.scalatest::scalatest:3.2.14"
3030
val scalacheck = ivy"org.scalatestplus::scalacheck-1-14:3.2.2.0"
3131
val osLib = ivy"com.lihaoyi::os-lib:0.8.1"
3232
val upickle = ivy"com.lihaoyi::upickle:2.0.0"

0 commit comments

Comments
 (0)