From adaca59416294898611f3fa2401888526e8bf95a Mon Sep 17 00:00:00 2001 From: Tynan McAuley Date: Mon, 7 Feb 2022 20:47:33 -0800 Subject: [PATCH] Bump Chisel versions to x.5.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 8ce17447..1a972764 100644 --- a/build.sbt +++ b/build.sbt @@ -1,8 +1,8 @@ // See LICENSE for license details. val defaultVersions = Map( - "chisel3" -> "3.5-SNAPSHOT", - "chisel-iotesters" -> "2.5-SNAPSHOT" + "chisel3" -> "3.5.1", + "chisel-iotesters" -> "2.5.1" ) organization := "edu.berkeley.cs"