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

Commit

Permalink
Bump versions for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl committed Dec 18, 2019
1 parent 13ef7af commit 57ebafc
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 := "chisel-testers2"

version := "0.1.1"
version := "0.1.2"

scalaVersion := "2.12.6"

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

// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
val defaultVersions = Seq(
"chisel3" -> "3.2.1",
"treadle" -> "1.1.1"
"chisel3" -> "3.2.2",
"treadle" -> "1.1.2"
)

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

0 comments on commit 57ebafc

Please sign in to comment.