From cd84206ceda38562b342f9dbc7a3e9f2133d2989 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:41:41 +0000 Subject: [PATCH] Update dependency edu.berkeley.cs:chisel3-plugin to v3.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a363d2d..3762927 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ ThisBuild / scalacOptions := Seq( Compile / doc / scalacOptions += "-groups" -val chiselVersion = "3.6.0" +val chiselVersion = "3.6.1" // SNAPSHOT repositories libraryDependencies ++=