Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl committed Apr 9, 2020
1 parent 4aa76ac commit 4fc2a96
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 @@ -29,7 +29,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
organization := "edu.berkeley.cs"
name := "chiseltest"

version := "0.2.0-RC1"
version := "0.2.0-RC2"

scalaVersion := "2.12.10"

Expand Down Expand Up @@ -86,8 +86,8 @@ publishTo := {

// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
val defaultVersions = Seq(
"chisel3" -> "3.3.0-RC1",
"treadle" -> "1.2.0-RC1"
"chisel3" -> "3.3.0-RC2",
"treadle" -> "1.2.0-RC2"
)

libraryDependencies ++= defaultVersions.map { case (dep, ver) =>
Expand Down

0 comments on commit 4fc2a96

Please sign in to comment.