From 3d3413b4fba173e6e4bd8ae4f0afe3379f3fa384 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 07:06:54 +0000 Subject: [PATCH] Update dependency edu.berkeley.cs:chisel3 to v3.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a363d2d0..37629274 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 ++=