We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cda4e commit f3da7ebCopy full SHA for f3da7eb
build.sbt
@@ -34,15 +34,15 @@ 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
- "chisel-iotesters" -> "1.5.2",
+ "chisel-iotesters" -> "1.5.3",
38
"rocketchip" -> "1.2-SNAPSHOT"
39
)
40
41
name := "dsptools"
42
43
val commonSettings = Seq(
44
organization := "edu.berkeley.cs",
45
- version := "1.4.2",
+ version := "1.4.3",
46
git.remoteRepo := "git@github.com:ucb-bar/dsptools.git",
47
autoAPIMappings := true,
48
scalaVersion := "2.12.10",
0 commit comments