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 19, 2019
1 parent 94ebe90 commit 892a896
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.3-20191127-SNAPSHOT"
version := "1.3-20191218-SNAPSHOT"

name := "hardfloat"

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

val defaultVersions = Map("chisel3" -> "3.3-20191127-SNAPSHOT")
val defaultVersions = Map("chisel3" -> "3.3-20191218-SNAPSHOT")

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

0 comments on commit 892a896

Please sign in to comment.