Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl committed Apr 23, 2020
1 parent 7b60a66 commit a76c7e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {

// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
val defaultVersions = Map(
"chisel-iotesters" -> "1.4.0-RC2",
"chisel-iotesters" -> "1.4.0-RC3",
"rocketchip" -> "1.3-20200310-SNAPSHOT",
)

name := "dsptools"

val commonSettings = Seq(
organization := "edu.berkeley.cs",
version := "1.3.0-RC2",
version := "1.3.0-RC3",
git.remoteRepo := "[email protected]:ucb-bar/dsptools.git",
autoAPIMappings := true,
scalaVersion := "2.12.10",
Expand Down

0 comments on commit a76c7e4

Please sign in to comment.