Skip to content

Commit

Permalink
Bump boom
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Jul 3, 2023
1 parent fa6e470 commit a5ee4ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ lazy val hwacha = (project in file("generators/hwacha"))
.settings(libraryDependencies ++= rocketLibDeps.value)
.settings(commonSettings)

lazy val boom = (project in file("generators/boom"))
lazy val boom = freshProject("boom", file("generators/boom"))
.dependsOn(rocketchip)
.settings(libraryDependencies ++= rocketLibDeps.value)
.settings(commonSettings)
Expand Down
2 changes: 1 addition & 1 deletion generators/boom

0 comments on commit a5ee4ab

Please sign in to comment.