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

Commit

Permalink
Bump version strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
chick committed Dec 29, 2020
1 parent e684a09 commit 6e581ca
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.2"
version := "0.2.3"

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.2",
"treadle" -> "1.2.2"
"chisel3" -> "3.3.3",
"treadle" -> "1.2.3"
)

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

0 comments on commit 6e581ca

Please sign in to comment.