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

Commit

Permalink
Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl committed Apr 29, 2020
1 parent debde93 commit c1461e3
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-RC3"
version := "0.2.0"

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-RC3",
"treadle" -> "1.2.0-RC3"
"chisel3" -> "3.3.0",
"treadle" -> "1.2.0"
)

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

0 comments on commit c1461e3

Please sign in to comment.