Skip to content

Commit e5812f8

Browse files
committed
bump version
1 parent 16d278d commit e5812f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
3434

3535
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
3636
val defaultVersions = Map(
37-
"chisel3" -> "3.2.6",
38-
"chisel-iotesters" -> "1.3.6",
37+
"chisel3" -> "3.2.7",
38+
"chisel-iotesters" -> "1.3.7",
3939
"rocketchip" -> "1.2.6",
4040
)
4141

4242
name := "dsptools"
4343

4444
val commonSettings = Seq(
4545
organization := "edu.berkeley.cs",
46-
version := "1.2.6",
46+
version := "1.2.7",
4747
git.remoteRepo := "git@github.com:ucb-bar/dsptools.git",
4848
autoAPIMappings := true,
4949
scalaVersion := "2.12.10",

0 commit comments

Comments
 (0)