Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chick committed Jun 23, 2020
1 parent 16d278d commit e5812f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {

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

name := "dsptools"

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

0 comments on commit e5812f8

Please sign in to comment.