Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Update scalatest to 3.2.17 (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 14, 2023
1 parent 9365997 commit c77eb36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ publishTo := {
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
val defaultVersions = Map(
"chisel3" -> "6.0.0-M3",
"firrtl" -> "6.0-SNAPSHOT",
"firrtl" -> "6.0-SNAPSHOT"
)

scalacOptions ++= Seq(
Expand All @@ -62,7 +62,7 @@ scalacOptions ++= Seq(
// do not warn about firrtl imports, once the firrtl repo is removed, we will need to import the code
"-Wconf:cat=deprecation&msg=Importing from firrtl is deprecated:s",
// do not warn about firrtl deprecations
"-Wconf:cat=deprecation&msg=will not be supported as part of the migration to the MLIR-based FIRRTL Compiler:s",
"-Wconf:cat=deprecation&msg=will not be supported as part of the migration to the MLIR-based FIRRTL Compiler:s"
) ++ {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, n)) if n >= 13 => Seq("-Ymacro-annotations")
Expand All @@ -73,7 +73,7 @@ scalacOptions ++= Seq(
libraryDependencies ++= Seq(
"org.chipsalliance" %% "chisel" % defaultVersions("chisel3"),
"edu.berkeley.cs" %% "firrtl2" % defaultVersions("firrtl"),
"org.scalatest" %% "scalatest" % "3.2.15",
"org.scalatest" %% "scalatest" % "3.2.17",
"com.lihaoyi" %% "utest" % "0.8.1",
"net.java.dev.jna" % "jna" % "5.13.0",
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
Expand Down

0 comments on commit c77eb36

Please sign in to comment.