We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d278d commit e5812f8Copy full SHA for e5812f8
build.sbt
@@ -34,16 +34,16 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
34
35
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
36
val defaultVersions = Map(
37
- "chisel3" -> "3.2.6",
38
- "chisel-iotesters" -> "1.3.6",
+ "chisel3" -> "3.2.7",
+ "chisel-iotesters" -> "1.3.7",
39
"rocketchip" -> "1.2.6",
40
)
41
42
name := "dsptools"
43
44
val commonSettings = Seq(
45
organization := "edu.berkeley.cs",
46
- version := "1.2.6",
+ version := "1.2.7",
47
git.remoteRepo := "git@github.com:ucb-bar/dsptools.git",
48
autoAPIMappings := true,
49
scalaVersion := "2.12.10",
0 commit comments