Skip to content

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 f3871f3 commit 2a00d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
organization := "edu.berkeley.cs"

version := "1.2.1"
version := "1.2.2"

name := "hardfloat"

Expand All @@ -13,7 +13,7 @@ resolvers ++= Seq(
Resolver.sonatypeRepo("releases")
)

val defaultVersions = Map("chisel3" -> "3.2.1")
val defaultVersions = Map("chisel3" -> "3.2.2")

// Provide a managed dependency on chisel if -DchiselVersion="" issupplied on the command line.
libraryDependencies ++= (Seq("chisel3").map {
Expand Down

0 comments on commit 2a00d8d

Please sign in to comment.