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

Commit

Permalink
Update chisel, chisel-plugin to 6.0.0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 26, 2023
1 parent 6fbd7c3 commit d4e7a1b
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 @@ -50,8 +50,8 @@ publishTo := {

// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
val defaultVersions = Map(
"chisel3" -> "6.0.0-M2",
"firrtl" -> "6.0-SNAPSHOT",
"chisel3" -> "6.0.0-M3",
"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 Down

0 comments on commit d4e7a1b

Please sign in to comment.