Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chick committed Jun 25, 2020
1 parent 76cfe43 commit 2482d5b
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.1",
"chisel-iotesters" -> "1.4.2",
"rocketchip" -> "1.3-SNAPSHOT",
)

name := "dsptools"

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

0 comments on commit 2482d5b

Please sign in to comment.