Skip to content
This repository has been archived by the owner on Aug 20, 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
jackkoenig committed Feb 16, 2023
1 parent 0c8e9b0 commit 60bd03d
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 @@ -15,7 +15,7 @@ lazy val isAtLeastScala213 = Def.setting {

lazy val firrtlSettings = Seq(
name := "firrtl",
version := "1.6.0-M2",
version := "1.6.0-RC1",
addCompilerPlugin(scalafixSemanticdb),
scalacOptions := Seq(
"-deprecation",
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class firrtlCrossModule(val crossScalaVersion: String)
// 2.12.12 -> Array("2", "12", "12") -> "12" -> 12
private def majorVersion = crossScalaVersion.split('.')(1).toInt

def publishVersion = "1.6.0-M2"
def publishVersion = "1.6.0-RC1"

override def mainClass = T {
Some("firrtl.stage.FirrtlMain")
Expand Down

0 comments on commit 60bd03d

Please sign in to comment.