Skip to content

Commit c49a54f

Browse files
committed
Bump version strings.
1 parent 2482d5b commit c49a54f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ 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-
"chisel-iotesters" -> "1.4.2",
37+
"chisel-iotesters" -> "1.4.3",
3838
"rocketchip" -> "1.3-SNAPSHOT",
3939
)
4040

4141
name := "dsptools"
4242

4343
val commonSettings = Seq(
4444
organization := "edu.berkeley.cs",
45-
version := "1.3.2",
45+
version := "1.3.3",
4646
git.remoteRepo := "git@github.com:ucb-bar/dsptools.git",
4747
autoAPIMappings := true,
4848
scalaVersion := "2.12.10",

0 commit comments

Comments
 (0)