Skip to content

Commit

Permalink
Bump version strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
chick committed Dec 3, 2020
1 parent e65e204 commit 7873d00
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.5.2",
"chisel-iotesters" -> "1.5.1",
"rocketchip" -> "1.2-SNAPSHOT"
)

name := "dsptools"

val commonSettings = Seq(
organization := "edu.berkeley.cs",
version := "1.4.2",
version := "1.4.1",
git.remoteRepo := "git@github.com:ucb-bar/dsptools.git",
autoAPIMappings := true,
scalaVersion := "2.12.10",
Expand Down

0 comments on commit 7873d00

Please sign in to comment.