Skip to content

Commit a85d68c

Browse files
committed
Debump to chiseltest 0.6.1
chiseltest 0.6.2 is not published for Scala 2.12.
1 parent fc5bae9 commit a85d68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ lazy val integrationTests = (project in file("integration-tests"))
289289
.settings(usePluginSettings: _*)
290290
.settings(
291291
Seq(
292-
libraryDependencies += "edu.berkeley.cs" %% "chiseltest" % "0.6.2" % "test"
292+
libraryDependencies += "edu.berkeley.cs" %% "chiseltest" % "0.6.1" % "test"
293293
)
294294
)
295295

0 commit comments

Comments
 (0)