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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl committed Apr 9, 2020
1 parent 6daeda7 commit 39f197d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
lazy val commonSettings = Seq(
organization := "edu.berkeley.cs",
name := "firrtl",
version := "1.3.0-RC1",
version := "1.3.0-RC2",
scalaVersion := "2.12.11",
crossScalaVersions := Seq("2.12.11", "2.11.12"),
addCompilerPlugin(scalafixSemanticdb),
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class firrtlCrossModule(crossVersion: String) extends ScalaModule with SbtModule
// 2.12.11 -> Array("2", "12", "10") -> "12" -> 12
private def majorVersion = crossVersion.split('.')(1).toInt

def publishVersion = "1.3.0-RC1"
def publishVersion = "1.3.0-RC2"

def antlr4Version = "4.7.1"

Expand Down

0 comments on commit 39f197d

Please sign in to comment.