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 22, 2020
1 parent 30c7f08 commit de4b0fa
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.4"
version := "0.1.5"

scalaVersion := "2.12.6"

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.2.4",
"treadle" -> "1.1.4"
"chisel3" -> "3.2.5",
"treadle" -> "1.1.5"
)

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

0 comments on commit de4b0fa

Please sign in to comment.