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

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Feb 28, 2024
1 parent 06e6ea8 commit d764fdf
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 @@ -6,13 +6,13 @@ lazy val commonSettings = Seq(
crossScalaVersions := Seq("2.13.12")
)

val chiselVersion = "6.0.0"
val firrtlVersion = "6.0-SNAPSHOT"
val chiselVersion = "6.1.0"
val firrtlVersion = "6.0.0"

lazy val chiseltestSettings = Seq(
name := "chiseltest",
// we keep in sync with chisel version names
version := "6.0-SNAPSHOT",
version := "6.0.0",
scalacOptions := Seq(
"-deprecation",
"-feature",
Expand Down

0 comments on commit d764fdf

Please sign in to comment.