From d764fdf74652426b57c6eae00d71eac19effd224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20L=C3=A4ufer?= Date: Wed, 28 Feb 2024 10:07:34 -0500 Subject: [PATCH] v6.0.0 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index d612ac7f..2d92c259 100644 --- a/build.sbt +++ b/build.sbt @@ -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",